#386304

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

Shades of Verdun Green #386304

Tints of Verdun Green #386304

Color information

#386304 (or 0x386304) is unknown color: approx Verdun Green. HEX triplet: 38, 63 and 04. RGB value is (56,99,4). Sum of RGB (Red+Green+Blue) = 56+99+4=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #386304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386304 is #C79CFB. Grayscale: #4B4B4B. Windows color (decimal): -13081852 or 287544. OLE color: 287544.

HSL color Cylindrical-coordinate representation of color #386304: hue angle of 87.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #386304 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB56994-
CMYK0.4300.960.61
HSL87.16º92.23%20.2%-
HSV(B)87.16º95.96%38.82%-
XYZ6.119.771.68-
YUV75.3187.75114.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 99 (39.06% from 255) = 62.26%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=35.22%
G=62.26%
B=2.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal569940.4300.960.6187.1692.2320.2
Hex386342B0603D575c14
Octal7014345301407512713424
Binary1110001100011100101011011000001111011010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386304; }

 p { color: rgb(56,99,4); }

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

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

 a { background-color: rgb(56,99,4); }

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

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

 span { border-color: rgb(56,99,4); }

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