#384D06

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

Shades of Verdun Green #384D06

Tints of Verdun Green #384D06

Color information

#384D06 (or 0x384D06) is unknown color: approx Verdun Green. HEX triplet: 38, 4D and 06. RGB value is (56,77,6). Sum of RGB (Red+Green+Blue) = 56+77+6=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #384D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D06 is #C7B2F9. Grayscale: #3E3E3E. Windows color (decimal): -13087482 or 412984. OLE color: 412984.

HSL color Cylindrical-coordinate representation of color #384D06: hue angle of 77.75º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384D06 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB56776-
CMYK0.2700.920.70
HSL77.75º85.54%16.27%-
HSV(B)77.75º92.21%30.2%-
XYZ4.326.161.13-
YUV62.6396.04123.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 77 (30.47% from 255) = 55.40%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=40.29%
G=55.40%
B=4.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal567760.2700.920.7077.7585.5416.27
Hex384D61B05C464e5610
Octal70115633013410611612620
Binary1110001001101110110110101110010001101001110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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