Html Css Color HEX #375602 Verdun Green

📋 copy color: '#375602'

red 55 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #375602

Tints of Verdun Green #375602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.4%

R = 38.46%
G = 60.14%
B = 1.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#375602 (or 0x375602) is known color: Verdun Green. HEX triplet: 37, 56 and 02. RGB value is (55,86,2). Sum of RGB (Red+Green+Blue) = 55+86+2=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #375602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375602 is #C8A9FD. Grayscale: #434343. Windows color (decimal): -13150718 or 153143. OLE color: 153143.

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

Color convert

RGB 55 86 2 -
CMYK 0.36 0 0.98 0.66
HSL 82.14º 0.95% 0.17% -
HSV(B) 82.14º 0.98% 0.34% -
XYZ 4.91 7.47 1.24 -
YUV 67.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 55 86 2 0.36 0 0.98 0.66 82.14 0.95 0.17
Hex 37 56 2 24 0 62 42 52 5F 11
Octal 67 126 2 44 0 142 102 122 137 21
Binary 110111 1010110 10 100100 0 1100010 1000010 1010010 1011111 10001

Color Harmonies of #375602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375602

Black with #375602

Text Example


Text Example

White with #375602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375602; }

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

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

background-color css

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

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

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

border-color css

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

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

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