#485B09

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

Shades of Verdun Green #485B09

Tints of Verdun Green #485B09

Color information

#485B09 (or 0x485B09) is unknown color: approx Verdun Green. HEX triplet: 48, 5B and 09. RGB value is (72,91,9). Sum of RGB (Red+Green+Blue) = 72+91+9=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #485B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485B09 is #B7A4F6. Grayscale: #4C4C4C. Windows color (decimal): -12035319 or 613192. OLE color: 613192.

HSL color Cylindrical-coordinate representation of color #485B09: hue angle of 73.9º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #485B09 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB72919-
CMYK0.2100.900.64
HSL73.9º82%19.61%-
HSV(B)73.9º90.11%35.69%-
XYZ6.468.881.63-
YUV75.9790.21125.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 91 (35.94% from 255) = 52.91%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=41.86%
G=52.91%
B=5.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal729190.2100.900.6473.98219.61
Hex485B91505A404a5214
Octal1101331125013210011212224
Binary100100010110111001101010101101010000001001010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,91,9); }

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

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

 a { background-color: rgb(72,91,9); }

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

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

 span { border-color: rgb(72,91,9); }

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