#485801

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

Shades of Verdun Green #485801

Tints of Verdun Green #485801

Color information

#485801 (or 0x485801) is unknown color: approx Verdun Green. HEX triplet: 48, 58 and 01. RGB value is (72,88,1). Sum of RGB (Red+Green+Blue) = 72+88+1=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #485801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485801 is #B7A7FE. Grayscale: #494949. Windows color (decimal): -12036095 or 88136. OLE color: 88136.

HSL color Cylindrical-coordinate representation of color #485801: hue angle of 71.03º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #485801 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB72881-
CMYK0.1800.990.65
HSL71.03º97.75%17.45%-
HSV(B)71.03º98.86%34.51%-
XYZ6.178.361.32-
YUV73.387.2127.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=44.72%
G=54.66%
B=0.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal728810.1800.990.6571.0397.7517.45
Hex485811206341476211
Octal110130122014310110714221
Binary100100010110001100100110001110000011000111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485801; }

 p { color: rgb(72,88,1); }

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

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

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

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

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

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

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