#48670F

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

Shades of Verdun Green #48670F

Tints of Verdun Green #48670F

Color information

#48670F (or 0x48670F) is unknown color: approx Verdun Green. HEX triplet: 48, 67 and 0F. RGB value is (72,103,15). Sum of RGB (Red+Green+Blue) = 72+103+15=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #48670F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48670F is #B798F0. Grayscale: #545454. Windows color (decimal): -12032241 or 1009480. OLE color: 1009480.

HSL color Cylindrical-coordinate representation of color #48670F: hue angle of 81.14º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48670F is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB7210315-
CMYK0.3000.850.60
HSL81.14º74.58%23.14%-
HSV(B)81.14º85.44%40.39%-
XYZ7.6111.112.2-
YUV83.789.23119.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=37.89%
G=54.21%
B=7.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103150.3000.850.6081.1474.5823.14
Hex4867F1E0553C514b17
Octal110147173601257412111327
Binary10010001100111111111110010101011111001010001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48670F; }

 p { color: rgb(72,103,15); }

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

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

 a { background-color: rgb(72,103,15); }

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

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

 span { border-color: rgb(72,103,15); }

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