#385306

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

Shades of Verdun Green #385306

Tints of Verdun Green #385306

Color information

#385306 (or 0x385306) is unknown color: approx Verdun Green. HEX triplet: 38, 53 and 06. RGB value is (56,83,6). Sum of RGB (Red+Green+Blue) = 56+83+6=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #385306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385306 is #C7ACF9. Grayscale: #424242. Windows color (decimal): -13085946 or 414520. OLE color: 414520.

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

Color convert

RGB56836-
CMYK0.3300.930.67
HSL81.04º86.52%17.45%-
HSV(B)81.04º92.77%32.55%-
XYZ4.767.041.28-
YUV66.1594.05120.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=38.62%
G=57.24%
B=4.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal568360.3300.930.6781.0486.5217.45
Hex385362105D43515711
Octal70123641013510312112721
Binary11100010100111101000010101110110000111010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385306; }

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

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

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

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

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

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

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

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