#385113

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

Shades of Verdun Green #385113

Tints of Verdun Green #385113

Color information

#385113 (or 0x385113) is unknown color: approx Verdun Green. HEX triplet: 38, 51 and 13. RGB value is (56,81,19). Sum of RGB (Red+Green+Blue) = 56+81+19=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #385113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385113 is #C7AEEC. Grayscale: #424242. Windows color (decimal): -13086445 or 1265976. OLE color: 1265976.

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

Color convert

RGB568119-
CMYK0.3100.770.68
HSL84.19º62%19.61%-
HSV(B)84.19º76.54%31.76%-
XYZ4.696.771.68-
YUV66.46101.22120.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=35.90%
G=51.92%
B=12.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681190.3100.770.6884.196219.61
Hex3851131F04D44543e14
Octal70121233701151041247624
Binary11100010100011001111111010011011000100101010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385113; }

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

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

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

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

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

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

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

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