Html Css Color HEX #484806 Verdun Green

📋 copy color: '#484806'

red 72 ◦ green 72 ◦ blue 6

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

Shades of Verdun Green #484806

Tints of Verdun Green #484806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 48%
G = 48%
B = 4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#484806 (or 0x484806) is known color: Verdun Green. HEX triplet: 48, 48 and 06. RGB value is (72,72,6). Sum of RGB (Red+Green+Blue) = 72+72+6=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484806 is #B7B7F9. Grayscale: #404040. Windows color (decimal): -12040186 or 411720. OLE color: 411720.

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

Color convert

RGB 72 72 6 -
CMYK 0 0 0.92 0.72
HSL 60º 0.85% 0.15% -
HSV(B) 60º 0.92% 0.28% -
XYZ 5.02 6.03 1.07 -
YUV 64.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 72 72 6 0 0 0.92 0.72 60 0.85 0.15
Hex 48 48 6 0 0 5C 48 3C 55 F
Octal 110 110 6 0 0 134 110 74 125 17
Binary 1001000 1001000 110 0 0 1011100 1001000 111100 1010101 1111

Color Harmonies of #484806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484806

Black with #484806

Text Example


Text Example

White with #484806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484806; }

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

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

background-color css

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

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

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

border-color css

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

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

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