#385114

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

Shades of Verdun Green #385114

Tints of Verdun Green #385114

Color information

#385114 (or 0x385114) is unknown color: approx Verdun Green. HEX triplet: 38, 51 and 14. RGB value is (56,81,20). Sum of RGB (Red+Green+Blue) = 56+81+20=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #385114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385114 is #C7AEEB. Grayscale: #424242. Windows color (decimal): -13086444 or 1331512. OLE color: 1331512.

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

Color convert

RGB568120-
CMYK0.3100.750.68
HSL84.59º60.4%19.8%-
HSV(B)84.59º75.31%31.76%-
XYZ4.76.781.72-
YUV66.57101.72120.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=35.67%
G=51.59%
B=12.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681200.3100.750.6884.5960.419.8
Hex3851141F04B44553c14
Octal70121243701131041257424
Binary11100010100011010011111010010111000100101010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385114; }

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

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

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

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

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

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

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

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