#375810

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

Shades of Verdun Green #375810

Tints of Verdun Green #375810

Color information

#375810 (or 0x375810) is unknown color: approx Verdun Green. HEX triplet: 37, 58 and 10. RGB value is (55,88,16). Sum of RGB (Red+Green+Blue) = 55+88+16=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #375810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375810 is #C8A7EF. Grayscale: #464646. Windows color (decimal): -13150192 or 1071159. OLE color: 1071159.

HSL color Cylindrical-coordinate representation of color #375810: hue angle of 87.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #375810 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB558816-
CMYK0.3800.820.65
HSL87.5º69.23%20.39%-
HSV(B)87.5º81.82%34.51%-
XYZ5.167.831.73-
YUV69.9297.57117.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=34.59%
G=55.35%
B=10.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588160.3800.820.6587.569.2320.39
Hex3758102605241584514
Octal671302046012210113010524
Binary1101111011000100001001100101001010000011011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375810; }

 p { color: rgb(55,88,16); }

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

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

 a { background-color: rgb(55,88,16); }

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

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

 span { border-color: rgb(55,88,16); }

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