Html Css Color HEX #375506 Verdun Green

📋 copy color: '#375506'

red 55 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #375506

Tints of Verdun Green #375506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 58.22%

 BLUE value IS 6 (2.73% from 255) = 4.11%

R = 37.67%
G = 58.22%
B = 4.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#375506 (or 0x375506) is known color: Verdun Green. HEX triplet: 37, 55 and 06. RGB value is (55,85,6). Sum of RGB (Red+Green+Blue) = 55+85+6=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #375506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375506 is #C8AAF9. Grayscale: #434343. Windows color (decimal): -13150970 or 415031. OLE color: 415031.

HSL color Cylindrical-coordinate representation of color #375506: hue angle of 82.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #375506 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 6 -
CMYK 0.35 0 0.93 0.67
HSL 82.78º 0.87% 0.18% -
HSV(B) 82.78º 0.93% 0.33% -
XYZ 4.86 7.32 1.33 -
YUV 67.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 55 85 6 0.35 0 0.93 0.67 82.78 0.87 0.18
Hex 37 55 6 23 0 5D 43 53 57 12
Octal 67 125 6 43 0 135 103 123 127 22
Binary 110111 1010101 110 100011 0 1011101 1000011 1010011 1010111 10010

Color Harmonies of #375506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375506

Black with #375506

Text Example


Text Example

White with #375506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375506; }

 p { color: rgb(55,85,6); }

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

background-color css

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

 a { background-color: rgb(55,85,6); }

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

border-color css

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

 span { border-color: rgb(55,85,6); }

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