Html Css Color HEX #484406 Verdun Green

📋 copy color: '#484406'

red 72 ◦ green 68 ◦ blue 6

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

Shades of Verdun Green #484406

Tints of Verdun Green #484406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

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

R = 49.32%
G = 46.58%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#484406 (or 0x484406) is known color: Verdun Green. HEX triplet: 48, 44 and 06. RGB value is (72,68,6). Sum of RGB (Red+Green+Blue) = 72+68+6=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #484406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484406 is #B7BBF9. Grayscale: #3E3E3E. Windows color (decimal): -12041210 or 410696. OLE color: 410696.

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

Color convert

RGB 72 68 6 -
CMYK 0 0.06 0.92 0.72
HSL 56.36º 0.85% 0.15% -
HSV(B) 56.36º 0.92% 0.28% -
XYZ 4.77 5.53 0.99 -
YUV 62.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 72 68 6 0 0.06 0.92 0.72 56.36 0.85 0.15
Hex 48 44 6 0 6 5C 48 38 55 F
Octal 110 104 6 0 6 134 110 70 125 17
Binary 1001000 1000100 110 0 110 1011100 1001000 111000 1010101 1111

Color Harmonies of #484406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484406

Black with #484406

Text Example


Text Example

White with #484406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484406; }

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

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

background-color css

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

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

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

border-color css

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

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

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