Html Css Color HEX #375600 Verdun Green

📋 copy color: '#375600'

red 55 ◦ green 86 ◦ blue 0

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

Shades of Verdun Green #375600

Tints of Verdun Green #375600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.01%
G = 60.99%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#375600 (or 0x375600) is known color: Verdun Green. HEX triplet: 37, 56 and 00. RGB value is (55,86,0). Sum of RGB (Red+Green+Blue) = 55+86+0=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #375600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375600 is #C8A9FF. Grayscale: #434343. Windows color (decimal): -13150720 or 22071. OLE color: 22071.

HSL color Cylindrical-coordinate representation of color #375600: hue angle of 81.63º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #375600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 0 -
CMYK 0.36 0 1 0.66
HSL 81.63º 1% 0.17% -
HSV(B) 81.63º 1% 0.34% -
XYZ 4.9 7.47 1.18 -
YUV 66.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 55 86 0 0.36 0 1 0.66 81.63 1 0.17
Hex 37 56 0 24 0 64 42 52 64 11
Octal 67 126 0 44 0 144 102 122 144 21
Binary 110111 1010110 0 100100 0 1100100 1000010 1010010 1100100 10001

Color Harmonies of #375600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375600

Black with #375600

Text Example


Text Example

White with #375600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375600; }

 p { color: rgb(55,86,0); }

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

background-color css

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

 a { background-color: rgb(55,86,0); }

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

border-color css

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

 span { border-color: rgb(55,86,0); }

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