#385706

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

Shades of Verdun Green #385706

Tints of Verdun Green #385706

Color information

#385706 (or 0x385706) is unknown color: approx Verdun Green. HEX triplet: 38, 57 and 06. RGB value is (56,87,6). Sum of RGB (Red+Green+Blue) = 56+87+6=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 87 (34.38% from 255 or 58.39% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 87 - color contains mainly: green. Hex color #385706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385706 is #C7A8F9. Grayscale: #444444. Windows color (decimal): -13084922 or 415544. OLE color: 415544.

HSL color Cylindrical-coordinate representation of color #385706: hue angle of 82.96º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #385706 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB56876-
CMYK0.3600.930.66
HSL82.96º87.1%18.24%-
HSV(B)82.96º93.1%34.12%-
XYZ5.077.671.39-
YUV68.592.73119.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 87 (34.38% from 255) = 58.39%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=37.58%
G=58.39%
B=4.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal568760.3600.930.6682.9687.118.24
Hex385762405D42535712
Octal70127644013510212312722
Binary11100010101111101001000101110110000101010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385706; }

 p { color: rgb(56,87,6); }

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

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

 a { background-color: rgb(56,87,6); }

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

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

 span { border-color: rgb(56,87,6); }

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