Html Css Color HEX #375313 Verdun Green

📋 copy color: '#375313'

red 55 ◦ green 83 ◦ blue 19

#375313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #375313

Tints of Verdun Green #375313

RGB

 RED value IS 55 (21.88% from 255) = 35.03%

 GREEN value IS 83 (32.81% from 255) = 52.87%

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 35.03%
G = 52.87%
B = 12.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#375313 (or 0x375313) is known color: Verdun Green. HEX triplet: 37, 53 and 13. RGB value is (55,83,19). Sum of RGB (Red+Green+Blue) = 55+83+19=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #375313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375313 is #C8ACEC. Grayscale: #434343. Windows color (decimal): -13151469 or 1266487. OLE color: 1266487.

HSL color Cylindrical-coordinate representation of color #375313: hue angle of 86.25º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375313 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 19 -
CMYK 0.34 0 0.77 0.67
HSL 86.25º 0.63% 0.2% -
HSV(B) 86.25º 0.77% 0.33% -
XYZ 4.79 7.05 1.72 -
YUV 67.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 55 83 19 0.34 0 0.77 0.67 86.25 0.63 0.2
Hex 37 53 13 22 0 4D 43 56 3F 14
Octal 67 123 23 42 0 115 103 126 77 24
Binary 110111 1010011 10011 100010 0 1001101 1000011 1010110 111111 10100

Color Harmonies of #375313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375313

Black with #375313

Text Example


Text Example

White with #375313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375313; }

 p { color: rgb(55,83,19); }

 H1.HeaderClassName
 {
   color: #375313;
 }
 .AnyTagClassName
 {
   color: #375313;
 }
</style>

background-color css

<style>
 a { background-color: #375313; }

 a { background-color: rgb(55,83,19); }

 div.DivClassName
 {
   background-color: #375313;
 }
 .BgClassName
 {
   background-color: #375313;
 }
</style>

border-color css

<style>
 span { border-color: #375313; }

 span { border-color: rgb(55,83,19); }

 td.TdClassName
 {
   border-color: #375313;
 }
 .TagClassName
 {
   border-color: #375313;
 }
</style>