#375204

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

Shades of Verdun Green #375204

Tints of Verdun Green #375204

Color information

#375204 (or 0x375204) is unknown color: approx Verdun Green. HEX triplet: 37, 52 and 04. RGB value is (55,82,4). Sum of RGB (Red+Green+Blue) = 55+82+4=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #375204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375204 is #C8ADFB. Grayscale: #414141. Windows color (decimal): -13151740 or 283191. OLE color: 283191.

HSL color Cylindrical-coordinate representation of color #375204: hue angle of 80.77º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #375204 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB55824-
CMYK0.3300.950.68
HSL80.77º90.7%16.86%-
HSV(B)80.77º95.12%32.16%-
XYZ4.616.861.19-
YUV65.0493.55120.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 82 (32.42% from 255) = 58.16%
BLUE value IS 4 (1.95% from 255) = 2.84%
R=39.01%
G=58.16%
B=2.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal558240.3300.950.6880.7790.716.86
Hex375242105F44515b11
Octal67122441013710412113321
Binary11011110100101001000010101111110001001010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375204; }

 p { color: rgb(55,82,4); }

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

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

 a { background-color: rgb(55,82,4); }

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

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

 span { border-color: rgb(55,82,4); }

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