#385915

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

Shades of Verdun Green #385915

Tints of Verdun Green #385915

Color information

#385915 (or 0x385915) is unknown color: approx Verdun Green. HEX triplet: 38, 59 and 15. RGB value is (56,89,21). Sum of RGB (Red+Green+Blue) = 56+89+21=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #385915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385915 is #C7A6EA. Grayscale: #474747. Windows color (decimal): -13084395 or 1399096. OLE color: 1399096.

HSL color Cylindrical-coordinate representation of color #385915: hue angle of 89.12º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385915 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB568921-
CMYK0.3700.760.65
HSL89.12º61.82%21.57%-
HSV(B)89.12º76.4%34.9%-
XYZ5.348.041.98-
YUV71.3899.57117.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 89 (35.16% from 255) = 53.61%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=33.73%
G=53.61%
B=12.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689210.3700.760.6589.1261.8221.57
Hex3859152504C41593e16
Octal70131254501141011317626
Binary111000101100110101100101010011001000001101100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385915; }

 p { color: rgb(56,89,21); }

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

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

 a { background-color: rgb(56,89,21); }

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

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

 span { border-color: rgb(56,89,21); }

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