Html Css Color HEX #484706 Verdun Green

📋 copy color: '#484706'

red 72 ◦ green 71 ◦ blue 6

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

Shades of Verdun Green #484706

Tints of Verdun Green #484706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.65%

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

R = 48.32%
G = 47.65%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#484706 (or 0x484706) is known color: Verdun Green. HEX triplet: 48, 47 and 06. RGB value is (72,71,6). Sum of RGB (Red+Green+Blue) = 72+71+6=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #484706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484706 is #B7B8F9. Grayscale: #404040. Windows color (decimal): -12040442 or 411464. OLE color: 411464.

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

Color convert

RGB 72 71 6 -
CMYK 0 0.01 0.92 0.72
HSL 59.09º 0.85% 0.15% -
HSV(B) 59.09º 0.92% 0.28% -
XYZ 4.96 5.9 1.05 -
YUV 63.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 72 71 6 0 0.01 0.92 0.72 59.09 0.85 0.15
Hex 48 47 6 0 1 5C 48 3B 55 F
Octal 110 107 6 0 1 134 110 73 125 17
Binary 1001000 1000111 110 0 1 1011100 1001000 111011 1010101 1111

Color Harmonies of #484706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484706

Black with #484706

Text Example


Text Example

White with #484706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484706; }

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

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

background-color css

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

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

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

border-color css

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

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

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