#386007

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

Shades of Verdun Green #386007

Tints of Verdun Green #386007

Color information

#386007 (or 0x386007) is unknown color: approx Verdun Green. HEX triplet: 38, 60 and 07. RGB value is (56,96,7). Sum of RGB (Red+Green+Blue) = 56+96+7=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #386007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386007 is #C79FF8. Grayscale: #4A4A4A. Windows color (decimal): -13082617 or 483384. OLE color: 483384.

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

Color convert

RGB56967-
CMYK0.4200.930.62
HSL86.97º86.41%20.2%-
HSV(B)86.97º92.71%37.65%-
XYZ5.859.221.67-
YUV73.8990.25115.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=35.22%
G=60.38%
B=4.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569670.4200.930.6286.9786.4120.2
Hex386072A05D3E575614
Octal7014075201357612712624
Binary1110001100000111101010010111011111101010111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386007; }

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

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

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

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

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

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

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

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