#485B0A

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

Shades of Verdun Green #485B0A

Tints of Verdun Green #485B0A

Color information

#485B0A (or 0x485B0A) is unknown color: approx Verdun Green. HEX triplet: 48, 5B and 0A. RGB value is (72,91,10). Sum of RGB (Red+Green+Blue) = 72+91+10=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #485B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485B0A is #B7A4F5. Grayscale: #4C4C4C. Windows color (decimal): -12035318 or 678728. OLE color: 678728.

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

Color convert

RGB729110-
CMYK0.2100.890.64
HSL74.07º80.2%19.8%-
HSV(B)74.07º89.01%35.69%-
XYZ6.478.881.66-
YUV76.0890.71125.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 91 (35.94% from 255) = 52.60%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=41.62%
G=52.60%
B=5.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291100.2100.890.6474.0780.219.8
Hex485BA15059404a5014
Octal1101331225013110011212024
Binary100100010110111010101010101100110000001001010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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