#385010

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

Shades of Verdun Green #385010

Tints of Verdun Green #385010

Color information

#385010 (or 0x385010) is unknown color: approx Verdun Green. HEX triplet: 38, 50 and 10. RGB value is (56,80,16). Sum of RGB (Red+Green+Blue) = 56+80+16=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #385010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385010 is #C7AFEF. Grayscale: #414141. Windows color (decimal): -13086704 or 1069112. OLE color: 1069112.

HSL color Cylindrical-coordinate representation of color #385010: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385010 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB568016-
CMYK0.3000.800.69
HSL82.5º66.67%18.82%-
HSV(B)82.5º80%31.37%-
XYZ4.596.621.53-
YUV65.53100.05121.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=36.84%
G=52.63%
B=10.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680160.3000.800.6982.566.6718.82
Hex3850101E05045524313
Octal701202036012010512210323
Binary111000101000010000111100101000010001011010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385010; }

 p { color: rgb(56,80,16); }

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

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

 a { background-color: rgb(56,80,16); }

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

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

 span { border-color: rgb(56,80,16); }

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