#385215

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

Shades of Verdun Green #385215

Tints of Verdun Green #385215

Color information

#385215 (or 0x385215) is unknown color: approx Verdun Green. HEX triplet: 38, 52 and 15. RGB value is (56,82,21). Sum of RGB (Red+Green+Blue) = 56+82+21=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #385215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385215 is #C7ADEA. Grayscale: #434343. Windows color (decimal): -13086187 or 1397304. OLE color: 1397304.

HSL color Cylindrical-coordinate representation of color #385215: hue angle of 85.57º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385215 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB568221-
CMYK0.3200.740.68
HSL85.57º59.22%20.2%-
HSV(B)85.57º74.39%32.16%-
XYZ4.786.931.79-
YUV67.27101.89119.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=35.22%
G=51.57%
B=13.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682210.3200.740.6885.5759.2220.2
Hex3852152004A44563b14
Octal70122254001121041267324
Binary111000101001010101100000010010101000100101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385215; }

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

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

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

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

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

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

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

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