#485410

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

Shades of Verdun Green #485410

Tints of Verdun Green #485410

Color information

#485410 (or 0x485410) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 10. RGB value is (72,84,16). Sum of RGB (Red+Green+Blue) = 72+84+16=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #485410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485410 is #B7ABEF. Grayscale: #484848. Windows color (decimal): -12037104 or 1070152. OLE color: 1070152.

HSL color Cylindrical-coordinate representation of color #485410: hue angle of 70.59º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #485410 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB728416-
CMYK0.1400.810.67
HSL70.59º68%19.61%-
HSV(B)70.59º80.95%32.94%-
XYZ5.947.761.67-
YUV72.6696.02127.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=41.86%
G=48.84%
B=9.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284160.1400.810.6770.596819.61
Hex485410E05143474414
Octal1101242016012110310710424
Binary100100010101001000011100101000110000111000111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485410; }

 p { color: rgb(72,84,16); }

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

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

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

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

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

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

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