Html Css Color HEX #485809 Verdun Green

📋 copy color: '#485809'

red 72 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #485809

Tints of Verdun Green #485809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.07%

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

R = 42.6%
G = 52.07%
B = 5.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#485809 (or 0x485809) is known color: Verdun Green. HEX triplet: 48, 58 and 09. RGB value is (72,88,9). Sum of RGB (Red+Green+Blue) = 72+88+9=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #485809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485809 is #B7A7F6. Grayscale: #4A4A4A. Windows color (decimal): -12036087 or 612424. OLE color: 612424.

HSL color Cylindrical-coordinate representation of color #485809: hue angle of 72.15º degrees, saturation: 0.81, 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 #485809 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 9 -
CMYK 0.18 0 0.90 0.65
HSL 72.15º 0.81% 0.19% -
HSV(B) 72.15º 0.9% 0.35% -
XYZ 6.21 8.38 1.55 -
YUV 74.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 72 88 9 0.18 0 0.90 0.65 72.15 0.81 0.19
Hex 48 58 9 12 0 5A 41 48 51 13
Octal 110 130 11 22 0 132 101 110 121 23
Binary 1001000 1011000 1001 10010 0 1011010 1000001 1001000 1010001 10011

Color Harmonies of #485809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485809

Black with #485809

Text Example


Text Example

White with #485809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485809; }

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

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

background-color css

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

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

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

border-color css

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

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

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