#385416

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

Shades of Verdun Green #385416

Tints of Verdun Green #385416

Color information

#385416 (or 0x385416) is unknown color: approx Verdun Green. HEX triplet: 38, 54 and 16. RGB value is (56,84,22). Sum of RGB (Red+Green+Blue) = 56+84+22=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #385416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385416 is #C7ABE9. Grayscale: #444444. Windows color (decimal): -13085674 or 1463352. OLE color: 1463352.

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

Color convert

RGB568422-
CMYK0.3300.740.67
HSL87.1º58.49%20.78%-
HSV(B)87.1º73.81%32.94%-
XYZ4.957.241.9-
YUV68.56101.72119.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=34.57%
G=51.85%
B=13.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684220.3300.740.6787.158.4920.78
Hex3854162104A43573a15
Octal70124264101121031277225
Binary111000101010010110100001010010101000011101011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385416; }

 p { color: rgb(56,84,22); }

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

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

 a { background-color: rgb(56,84,22); }

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

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

 span { border-color: rgb(56,84,22); }

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