Html Css Color HEX #484909 Verdun Green

📋 copy color: '#484909'

red 72 ◦ green 73 ◦ blue 9

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

Shades of Verdun Green #484909

Tints of Verdun Green #484909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.4%

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

R = 46.75%
G = 47.4%
B = 5.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#484909 (or 0x484909) is known color: Verdun Green. HEX triplet: 48, 49 and 09. RGB value is (72,73,9). Sum of RGB (Red+Green+Blue) = 72+73+9=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #484909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484909 is #B7B6F6. Grayscale: #414141. Windows color (decimal): -12039927 or 608584. OLE color: 608584.

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

Color convert

RGB 72 73 9 -
CMYK 0.01 0 0.88 0.71
HSL 60.94º 0.78% 0.16% -
HSV(B) 60.94º 0.88% 0.29% -
XYZ 5.1 6.16 1.18 -
YUV 65.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 72 73 9 0.01 0 0.88 0.71 60.94 0.78 0.16
Hex 48 49 9 1 0 58 47 3D 4E 10
Octal 110 111 11 1 0 130 107 75 116 20
Binary 1001000 1001001 1001 1 0 1011000 1000111 111101 1001110 10000

Color Harmonies of #484909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484909

Black with #484909

Text Example


Text Example

White with #484909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484909; }

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

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

background-color css

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

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

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

border-color css

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

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

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