#48501B

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

Shades of Verdun Green #48501B

Tints of Verdun Green #48501B

Color information

#48501B (or 0x48501B) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 1B. RGB value is (72,80,27). Sum of RGB (Red+Green+Blue) = 72+80+27=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #48501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48501B is #B7AFE4. Grayscale: #474747. Windows color (decimal): -12038117 or 1790024. OLE color: 1790024.

HSL color Cylindrical-coordinate representation of color #48501B: hue angle of 69.06º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48501B is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB728027-
CMYK0.1000.660.69
HSL69.06º49.53%20.98%-
HSV(B)69.06º66.25%31.37%-
XYZ5.747.192.12-
YUV71.57102.85128.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=40.22%
G=44.69%
B=15.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280270.1000.660.6969.0649.5320.98
Hex48501BA04245453215
Octal110120331201021051056225
Binary10010001010000110111010010000101000101100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48501B; }

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

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

<style>
 a { background-color: #48501B; }

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

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

<style>
 span { border-color: #48501B; }

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

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