#384F06

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

Shades of Verdun Green #384F06

Tints of Verdun Green #384F06

Color information

#384F06 (or 0x384F06) is unknown color: approx Verdun Green. HEX triplet: 38, 4F and 06. RGB value is (56,79,6). Sum of RGB (Red+Green+Blue) = 56+79+6=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #384F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384F06 is #C7B0F9. Grayscale: #404040. Windows color (decimal): -13086970 or 413496. OLE color: 413496.

HSL color Cylindrical-coordinate representation of color #384F06: hue angle of 78.9º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384F06 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB56796-
CMYK0.2900.920.69
HSL78.9º85.88%16.67%-
HSV(B)78.9º92.41%30.98%-
XYZ4.466.451.18-
YUV63.895.38122.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=39.72%
G=56.03%
B=4.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal567960.2900.920.6978.985.8816.67
Hex384F61D05C454f5611
Octal70117635013410511712621
Binary1110001001111110111010101110010001011001111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384F06; }

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

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

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

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

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

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

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

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