#485A0E

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

Shades of Verdun Green #485A0E

Tints of Verdun Green #485A0E

Color information

#485A0E (or 0x485A0E) is unknown color: approx Verdun Green. HEX triplet: 48, 5A and 0E. RGB value is (72,90,14). Sum of RGB (Red+Green+Blue) = 72+90+14=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #485A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A0E is #B7A5F1. Grayscale: #4C4C4C. Windows color (decimal): -12035570 or 940616. OLE color: 940616.

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

Color convert

RGB729014-
CMYK0.2000.840.65
HSL74.21º73.08%20.39%-
HSV(B)74.21º84.44%35.29%-
XYZ6.418.721.76-
YUV75.9593.04125.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=40.91%
G=51.14%
B=7.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290140.2000.840.6574.2173.0820.39
Hex485AE14054414a4914
Octal1101321624012410111211124
Binary100100010110101110101000101010010000011001010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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