#386005

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

Shades of Verdun Green #386005

Tints of Verdun Green #386005

Color information

#386005 (or 0x386005) is unknown color: approx Verdun Green. HEX triplet: 38, 60 and 05. RGB value is (56,96,5). Sum of RGB (Red+Green+Blue) = 56+96+5=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #386005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386005 is #C79FFA. Grayscale: #494949. Windows color (decimal): -13082619 or 352312. OLE color: 352312.

HSL color Cylindrical-coordinate representation of color #386005: hue angle of 86.37º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #386005 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB56965-
CMYK0.4200.950.62
HSL86.37º90.1%19.8%-
HSV(B)86.37º94.79%37.65%-
XYZ5.849.221.61-
YUV73.6789.25115.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=35.67%
G=61.15%
B=3.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569650.4200.950.6286.3790.119.8
Hex386052A05F3E565a14
Octal7014055201377612613224
Binary1110001100000101101010010111111111101010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386005; }

 p { color: rgb(56,96,5); }

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

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

 a { background-color: rgb(56,96,5); }

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

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

 span { border-color: rgb(56,96,5); }

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