#385515

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

Shades of Verdun Green #385515

Tints of Verdun Green #385515

Color information

#385515 (or 0x385515) is unknown color: approx Verdun Green. HEX triplet: 38, 55 and 15. RGB value is (56,85,21). Sum of RGB (Red+Green+Blue) = 56+85+21=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #385515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385515 is #C7AAEA. Grayscale: #454545. Windows color (decimal): -13085419 or 1398072. OLE color: 1398072.

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

Color convert

RGB568521-
CMYK0.3400.750.67
HSL87.19º60.38%20.78%-
HSV(B)87.19º75.29%33.33%-
XYZ5.017.391.87-
YUV69.03100.89118.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=34.57%
G=52.47%
B=12.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685210.3400.750.6787.1960.3820.78
Hex3855152204B43573c15
Octal70125254201131031277425
Binary111000101010110101100010010010111000011101011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385515; }

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

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

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

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

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

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

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

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