#375508

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

Shades of Verdun Green #375508

Tints of Verdun Green #375508

Color information

#375508 (or 0x375508) is unknown color: approx Verdun Green. HEX triplet: 37, 55 and 08. RGB value is (55,85,8). Sum of RGB (Red+Green+Blue) = 55+85+8=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #375508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375508 is #C8AAF7. Grayscale: #434343. Windows color (decimal): -13150968 or 546103. OLE color: 546103.

HSL color Cylindrical-coordinate representation of color #375508: hue angle of 83.38º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #375508 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB55858-
CMYK0.3500.910.67
HSL83.38º82.8%18.24%-
HSV(B)83.38º90.59%33.33%-
XYZ4.877.331.39-
YUV67.2594.56119.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=37.16%
G=57.43%
B=5.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal558580.3500.910.6783.3882.818.24
Hex375582305B43535312
Octal671251043013310312312322
Binary110111101010110001000110101101110000111010011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375508; }

 p { color: rgb(55,85,8); }

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

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

 a { background-color: rgb(55,85,8); }

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

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

 span { border-color: rgb(55,85,8); }

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