#48500C

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

Shades of Verdun Green #48500C

Tints of Verdun Green #48500C

Color information

#48500C (or 0x48500C) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 0C. RGB value is (72,80,12). Sum of RGB (Red+Green+Blue) = 72+80+12=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #48500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48500C is #B7AFF3. Grayscale: #464646. Windows color (decimal): -12038132 or 806984. OLE color: 806984.

HSL color Cylindrical-coordinate representation of color #48500C: hue angle of 67.06º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48500C is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB728012-
CMYK0.1000.850.69
HSL67.06º73.91%18.04%-
HSV(B)67.06º85%31.37%-
XYZ5.617.141.43-
YUV69.8695.35129.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=43.90%
G=48.78%
B=7.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280120.1000.850.6967.0673.9118.04
Hex4850CA05545434a12
Octal1101201412012510510311222
Binary10010001010000110010100101010110001011000011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48500C; }

 p { color: rgb(72,80,12); }

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

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

 a { background-color: rgb(72,80,12); }

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

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

 span { border-color: rgb(72,80,12); }

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