#375306

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

Shades of Verdun Green #375306

Tints of Verdun Green #375306

Color information

#375306 (or 0x375306) is unknown color: approx Verdun Green. HEX triplet: 37, 53 and 06. RGB value is (55,83,6). Sum of RGB (Red+Green+Blue) = 55+83+6=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #375306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375306 is #C8ACF9. Grayscale: #424242. Windows color (decimal): -13151482 or 414519. OLE color: 414519.

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

Color convert

RGB55836-
CMYK0.3400.930.67
HSL81.82º86.52%17.45%-
HSV(B)81.82º92.77%32.55%-
XYZ4.77.011.28-
YUV65.8594.22120.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=38.19%
G=57.64%
B=4.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal558360.3400.930.6781.8286.5217.45
Hex375362205D43525711
Octal67123642013510312212721
Binary11011110100111101000100101110110000111010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375306; }

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

 H1.HeaderClassName
 {
   color: #375306;
 }
 .AnyTagClassName
 {
   color: #375306;
 }
</style>
background-color css

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

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

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

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

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

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