#385516

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

Shades of Verdun Green #385516

Tints of Verdun Green #385516

Color information

#385516 (or 0x385516) is unknown color: approx Verdun Green. HEX triplet: 38, 55 and 16. RGB value is (56,85,22). Sum of RGB (Red+Green+Blue) = 56+85+22=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #385516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385516 is #C7AAE9. Grayscale: #454545. Windows color (decimal): -13085418 or 1463608. OLE color: 1463608.

HSL color Cylindrical-coordinate representation of color #385516: hue angle of 87.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385516 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB568522-
CMYK0.3400.740.67
HSL87.62º58.88%20.98%-
HSV(B)87.62º74.12%33.33%-
XYZ5.027.41.92-
YUV69.15101.39118.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=34.36%
G=52.15%
B=13.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685220.3400.740.6787.6258.8820.98
Hex3855162204A43583b15
Octal70125264201121031307325
Binary111000101010110110100010010010101000011101100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385516; }

 p { color: rgb(56,85,22); }

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

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

 a { background-color: rgb(56,85,22); }

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

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

 span { border-color: rgb(56,85,22); }

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