#48480A

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

Shades of Verdun Green #48480A

Tints of Verdun Green #48480A

Color information

#48480A (or 0x48480A) is unknown color: approx Verdun Green. HEX triplet: 48, 48 and 0A. RGB value is (72,72,10). Sum of RGB (Red+Green+Blue) = 72+72+10=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48480A is #B7B7F5. Grayscale: #414141. Windows color (decimal): -12040182 or 673864. OLE color: 673864.

HSL color Cylindrical-coordinate representation of color #48480A: hue angle of 60º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48480A is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB727210-
CMYK000.860.72
HSL60º75.61%16.08%-
HSV(B)60º86.11%28.24%-
XYZ5.046.031.19-
YUV64.9397133.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 10 (4.30% from 255) = 6.49%
R=46.75%
G=46.75%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727210000.860.726075.6116.08
Hex4848A0056483c4c10
Octal11011012001261107411420
Binary1001000100100010100010101101001000111100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48480A; }

 p { color: rgb(72,72,10); }

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

<style>
 a { background-color: #48480A; }

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

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

<style>
 span { border-color: #48480A; }

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

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