Html Css Color HEX #484408 Verdun Green

📋 copy color: '#484408'

red 72 ◦ green 68 ◦ blue 8

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

Shades of Verdun Green #484408

Tints of Verdun Green #484408

RGB

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

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

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

R = 48.65%
G = 45.95%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#484408 (or 0x484408) is known color: Verdun Green. HEX triplet: 48, 44 and 08. RGB value is (72,68,8). Sum of RGB (Red+Green+Blue) = 72+68+8=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484408 is #B7BBF7. Grayscale: #3E3E3E. Windows color (decimal): -12041208 or 541768. OLE color: 541768.

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

Color convert

RGB 72 68 8 -
CMYK 0 0.06 0.89 0.72
HSL 56.25º 0.8% 0.16% -
HSV(B) 56.25º 0.89% 0.28% -
XYZ 4.78 5.53 1.04 -
YUV 62.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 72 68 8 0 0.06 0.89 0.72 56.25 0.8 0.16
Hex 48 44 8 0 6 59 48 38 50 10
Octal 110 104 10 0 6 131 110 70 120 20
Binary 1001000 1000100 1000 0 110 1011001 1001000 111000 1010000 10000

Color Harmonies of #484408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484408

Black with #484408

Text Example


Text Example

White with #484408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484408; }

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

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

background-color css

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

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

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

border-color css

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

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

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