#375602

Color #375602 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #375602

Tints of Verdun Green #375602

Color information

#375602 (or 0x375602) is unknown color: approx 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

RGB55862-
CMYK0.3600.980.66
HSL82.14º95.45%17.25%-
HSV(B)82.14º97.67%33.73%-
XYZ4.917.471.24-
YUV67.1591.23119.33-

RGB Variations

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

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.40%
R=38.46%
G=60.14%
B=1.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal558620.3600.980.6682.1495.4517.25
Hex375622406242525f11
Octal67126244014210212213721
Binary1101111010110101001000110001010000101010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>