Html Css Color HEX #375F06 Verdun Green

📋 copy color: '#375F06'

red 55 ◦ green 95 ◦ blue 6

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

Shades of Verdun Green #375F06

Tints of Verdun Green #375F06

RGB

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

 GREEN value IS 95 (37.5% from 255) = 60.9%

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

R = 35.26%
G = 60.9%
B = 3.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#375F06 (or 0x375F06) is known color: Verdun Green. HEX triplet: 37, 5F and 06. RGB value is (55,95,6). Sum of RGB (Red+Green+Blue) = 55+95+6=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 95 (37.5% from 255 or 60.90% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 95 - color contains mainly: green. Hex color #375F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375F06 is #C8A0F9. Grayscale: #494949. Windows color (decimal): -13148410 or 417591. OLE color: 417591.

HSL color Cylindrical-coordinate representation of color #375F06: hue angle of 86.97º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #375F06 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 95 6 -
CMYK 0.42 0 0.94 0.63
HSL 86.97º 0.88% 0.2% -
HSV(B) 86.97º 0.94% 0.37% -
XYZ 5.7 9.01 1.61 -
YUV 72.89 90.25 115.24 -
System Red Green Blue C M Y K H S L
Decimal 55 95 6 0.42 0 0.94 0.63 86.97 0.88 0.2
Hex 37 5F 6 2A 0 5E 3F 57 58 14
Octal 67 137 6 52 0 136 77 127 130 24
Binary 110111 1011111 110 101010 0 1011110 111111 1010111 1011000 10100

Color Harmonies of #375F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F06

Black with #375F06

Text Example


Text Example

White with #375F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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