#384F0A

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

Shades of Verdun Green #384F0A

Tints of Verdun Green #384F0A

Color information

#384F0A (or 0x384F0A) is unknown color: approx Verdun Green. HEX triplet: 38, 4F and 0A. RGB value is (56,79,10). Sum of RGB (Red+Green+Blue) = 56+79+10=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #384F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384F0A is #C7B0F5. Grayscale: #404040. Windows color (decimal): -13086966 or 675640. OLE color: 675640.

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

Color convert

RGB567910-
CMYK0.2900.870.69
HSL80º77.53%17.45%-
HSV(B)80º87.34%30.98%-
XYZ4.486.451.3-
YUV64.2697.38122.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 79 (31.25% from 255) = 54.48%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=38.62%
G=54.48%
B=6.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679100.2900.870.698077.5317.45
Hex384FA1D05745504e11
Octal701171235012710512011621
Binary11100010011111010111010101011110001011010000100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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