Html Css Color HEX #484609 Verdun Green

📋 copy color: '#484609'

red 72 ◦ green 70 ◦ blue 9

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

Shades of Verdun Green #484609

Tints of Verdun Green #484609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.36%

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

R = 47.68%
G = 46.36%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#484609 (or 0x484609) is known color: Verdun Green. HEX triplet: 48, 46 and 09. RGB value is (72,70,9). Sum of RGB (Red+Green+Blue) = 72+70+9=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #484609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484609 is #B7B9F6. Grayscale: #3F3F3F. Windows color (decimal): -12040695 or 607816. OLE color: 607816.

HSL color Cylindrical-coordinate representation of color #484609: hue angle of 58.1º 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 #484609 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 9 -
CMYK 0 0.03 0.88 0.72
HSL 58.1º 0.78% 0.16% -
HSV(B) 58.1º 0.88% 0.28% -
XYZ 4.91 5.78 1.11 -
YUV 63.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 72 70 9 0 0.03 0.88 0.72 58.1 0.78 0.16
Hex 48 46 9 0 3 58 48 3A 4E 10
Octal 110 106 11 0 3 130 110 72 116 20
Binary 1001000 1000110 1001 0 11 1011000 1001000 111010 1001110 10000

Color Harmonies of #484609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484609

Black with #484609

Text Example


Text Example

White with #484609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484609; }

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

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

background-color css

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

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

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

border-color css

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

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

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