#485B08

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

Shades of Verdun Green #485B08

Tints of Verdun Green #485B08

Color information

#485B08 (or 0x485B08) is unknown color: approx Verdun Green. HEX triplet: 48, 5B and 08. RGB value is (72,91,8). Sum of RGB (Red+Green+Blue) = 72+91+8=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #485B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485B08 is #B7A4F7. Grayscale: #4C4C4C. Windows color (decimal): -12035320 or 547656. OLE color: 547656.

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

Color convert

RGB72918-
CMYK0.2100.910.64
HSL73.73º83.84%19.41%-
HSV(B)73.73º91.21%35.69%-
XYZ6.468.881.6-
YUV75.8689.71125.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=42.11%
G=53.22%
B=4.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal729180.2100.910.6473.7383.8419.41
Hex485B81505B404a5413
Octal1101331025013310011212423
Binary100100010110111000101010101101110000001001010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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