#375513

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

Shades of Verdun Green #375513

Tints of Verdun Green #375513

Color information

#375513 (or 0x375513) is unknown color: approx Verdun Green. HEX triplet: 37, 55 and 13. RGB value is (55,85,19). Sum of RGB (Red+Green+Blue) = 55+85+19=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #375513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375513 is #C8AAEC. Grayscale: #444444. Windows color (decimal): -13150957 or 1266999. OLE color: 1266999.

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

Color convert

RGB558519-
CMYK0.3500.780.67
HSL87.27º63.46%20.39%-
HSV(B)87.27º77.65%33.33%-
XYZ4.947.361.78-
YUV68.51100.06118.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=34.59%
G=53.46%
B=11.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585190.3500.780.6787.2763.4620.39
Hex3755132304E43573f14
Octal67125234301161031277724
Binary110111101010110011100011010011101000011101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375513; }

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

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

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

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

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

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

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

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