#485502

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

Shades of Verdun Green #485502

Tints of Verdun Green #485502

Color information

#485502 (or 0x485502) is unknown color: approx Verdun Green. HEX triplet: 48, 55 and 02. RGB value is (72,85,2). Sum of RGB (Red+Green+Blue) = 72+85+2=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #485502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485502 is #B7AAFD. Grayscale: #474747. Windows color (decimal): -12036862 or 152904. OLE color: 152904.

HSL color Cylindrical-coordinate representation of color #485502: hue angle of 69.4º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #485502 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB72852-
CMYK0.1500.980.67
HSL69.4º95.4%17.06%-
HSV(B)69.4º97.65%33.33%-
XYZ5.937.881.27-
YUV71.6588.69128.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=45.28%
G=53.46%
B=1.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728520.1500.980.6769.495.417.06
Hex48552F06243455f11
Octal110125217014210310513721
Binary100100010101011011110110001010000111000101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485502; }

 p { color: rgb(72,85,2); }

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

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

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

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

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

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

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