#375509

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

Shades of Verdun Green #375509

Tints of Verdun Green #375509

Color information

#375509 (or 0x375509) is unknown color: approx Verdun Green. HEX triplet: 37, 55 and 09. RGB value is (55,85,9). Sum of RGB (Red+Green+Blue) = 55+85+9=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #375509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375509 is #C8AAF6. Grayscale: #434343. Windows color (decimal): -13150967 or 611639. OLE color: 611639.

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

Color convert

RGB55859-
CMYK0.3500.890.67
HSL83.68º80.85%18.43%-
HSV(B)83.68º89.41%33.33%-
XYZ4.877.331.42-
YUV67.3795.06119.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=36.91%
G=57.05%
B=6.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal558590.3500.890.6783.6880.8518.43
Hex375592305943545112
Octal671251143013110312412122
Binary110111101010110011000110101100110000111010100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375509; }

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

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

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

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

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

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

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

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