#485A10

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

Shades of Verdun Green #485A10

Tints of Verdun Green #485A10

Color information

#485A10 (or 0x485A10) is unknown color: approx Verdun Green. HEX triplet: 48, 5A and 10. RGB value is (72,90,16). Sum of RGB (Red+Green+Blue) = 72+90+16=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #485A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A10 is #B7A5EF. Grayscale: #4C4C4C. Windows color (decimal): -12035568 or 1071688. OLE color: 1071688.

HSL color Cylindrical-coordinate representation of color #485A10: hue angle of 74.59º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #485A10 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB729016-
CMYK0.2000.820.65
HSL74.59º69.81%20.78%-
HSV(B)74.59º82.22%35.29%-
XYZ6.428.731.84-
YUV76.1894.04125.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 90 (35.55% from 255) = 50.56%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=40.45%
G=50.56%
B=8.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290160.2000.820.6574.5969.8120.78
Hex485A1014052414b4615
Octal1101322024012210111310625
Binary1001000101101010000101000101001010000011001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A10; }

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

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

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

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

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

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

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

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