Html Css Color HEX #485B09 Verdun Green

📋 copy color: '#485B09'

red 72 ◦ green 91 ◦ blue 9

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

Shades of Verdun Green #485B09

Tints of Verdun Green #485B09

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 value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#485B09 (or 0x485B09) is known color: 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

RGB 72 91 9 -
CMYK 0.21 0 0.90 0.64
HSL 73.9º 0.82% 0.2% -
HSV(B) 73.9º 0.9% 0.36% -
XYZ 6.46 8.88 1.63 -
YUV 75.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 72 91 9 0.21 0 0.90 0.64 73.9 0.82 0.2
Hex 48 5B 9 15 0 5A 40 4A 52 14
Octal 110 133 11 25 0 132 100 112 122 24
Binary 1001000 1011011 1001 10101 0 1011010 1000000 1001010 1010010 10100

Color Harmonies of #485B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B09

Black with #485B09

Text Example


Text Example

White with #485B09

Text Example


Text Example

HTML Codes & Css Web 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>