Html Css Color HEX #484809 Verdun Green

📋 copy color: '#484809'

red 72 ◦ green 72 ◦ blue 9

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

Shades of Verdun Green #484809

Tints of Verdun Green #484809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.06%

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

R = 47.06%
G = 47.06%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#484809 (or 0x484809) is known color: Verdun Green. HEX triplet: 48, 48 and 09. RGB value is (72,72,9). Sum of RGB (Red+Green+Blue) = 72+72+9=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484809 is #B7B7F6. Grayscale: #414141. Windows color (decimal): -12040183 or 608328. OLE color: 608328.

HSL color Cylindrical-coordinate representation of color #484809: hue angle of 60º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #484809 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 9 -
CMYK 0 0 0.88 0.72
HSL 60º 0.78% 0.16% -
HSV(B) 60º 0.88% 0.28% -
XYZ 5.04 6.03 1.16 -
YUV 64.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 72 72 9 0 0 0.88 0.72 60 0.78 0.16
Hex 48 48 9 0 0 58 48 3C 4E 10
Octal 110 110 11 0 0 130 110 74 116 20
Binary 1001000 1001000 1001 0 0 1011000 1001000 111100 1001110 10000

Color Harmonies of #484809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484809

Black with #484809

Text Example


Text Example

White with #484809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484809; }

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

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

background-color css

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

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

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

border-color css

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

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

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