#385110

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

Shades of Verdun Green #385110

Tints of Verdun Green #385110

Color information

#385110 (or 0x385110) is unknown color: approx Verdun Green. HEX triplet: 38, 51 and 10. RGB value is (56,81,16). Sum of RGB (Red+Green+Blue) = 56+81+16=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #385110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385110 is #C7AEEF. Grayscale: #424242. Windows color (decimal): -13086448 or 1069368. OLE color: 1069368.

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

Color convert

RGB568116-
CMYK0.3100.800.68
HSL83.08º67.01%19.02%-
HSV(B)83.08º80.25%31.76%-
XYZ4.676.761.55-
YUV66.1199.72120.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=36.60%
G=52.94%
B=10.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681160.3100.800.6883.0867.0119.02
Hex3851101F05044534313
Octal701212037012010412310323
Binary111000101000110000111110101000010001001010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385110; }

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

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

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

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

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

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

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

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