Html Css Color HEX #484608 Verdun Green

📋 copy color: '#484608'

red 72 ◦ green 70 ◦ blue 8

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

Shades of Verdun Green #484608

Tints of Verdun Green #484608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 48%
G = 46.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#484608 (or 0x484608) is known color: Verdun Green. HEX triplet: 48, 46 and 08. RGB value is (72,70,8). Sum of RGB (Red+Green+Blue) = 72+70+8=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #484608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484608 is #B7B9F7. Grayscale: #3F3F3F. Windows color (decimal): -12040696 or 542280. OLE color: 542280.

HSL color Cylindrical-coordinate representation of color #484608: hue angle of 58.12º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #484608 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 8 -
CMYK 0 0.03 0.89 0.72
HSL 58.13º 0.8% 0.16% -
HSV(B) 58.13º 0.89% 0.28% -
XYZ 4.91 5.78 1.09 -
YUV 63.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 72 70 8 0 0.03 0.89 0.72 58.13 0.8 0.16
Hex 48 46 8 0 3 59 48 3A 50 10
Octal 110 106 10 0 3 131 110 72 120 20
Binary 1001000 1000110 1000 0 11 1011001 1001000 111010 1010000 10000

Color Harmonies of #484608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484608

Black with #484608

Text Example


Text Example

White with #484608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484608; }

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

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

background-color css

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

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

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

border-color css

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

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

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