Html Css Color HEX #485A09 Verdun Green

📋 copy color: '#485A09'

red 72 ◦ green 90 ◦ blue 9

#485A09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #485A09

Tints of Verdun Green #485A09

RGB

 RED value IS 72 (28.52% from 255) = 42.11%

 GREEN value IS 90 (35.55% from 255) = 52.63%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 42.11%
G = 52.63%
B = 5.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#485A09 (or 0x485A09) is known color: Verdun Green. HEX triplet: 48, 5A and 09. RGB value is (72,90,9). Sum of RGB (Red+Green+Blue) = 72+90+9=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #485A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A09 is #B7A5F6. Grayscale: #4B4B4B. Windows color (decimal): -12035575 or 612936. OLE color: 612936.

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

Color convert

RGB 72 90 9 -
CMYK 0.20 0 0.9 0.65
HSL 73.33º 0.82% 0.19% -
HSV(B) 73.33º 0.9% 0.35% -
XYZ 6.38 8.71 1.6 -
YUV 75.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 72 90 9 0.20 0 0.9 0.65 73.33 0.82 0.19
Hex 48 5A 9 14 0 5A 41 49 52 13
Octal 110 132 11 24 0 132 101 111 122 23
Binary 1001000 1011010 1001 10100 0 1011010 1000001 1001001 1010010 10011

Color Harmonies of #485A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A09

Black with #485A09

Text Example


Text Example

White with #485A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #485A09;
 }
 .AnyTagClassName
 {
   color: #485A09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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