Html Css Color HEX #484812 Verdun Green

📋 copy color: '#484812'

red 72 ◦ green 72 ◦ blue 18

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

Shades of Verdun Green #484812

Tints of Verdun Green #484812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 44.44%
G = 44.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#484812 (or 0x484812) is known color: Verdun Green. HEX triplet: 48, 48 and 12. RGB value is (72,72,18). Sum of RGB (Red+Green+Blue) = 72+72+18=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484812 is #B7B7ED. Grayscale: #424242. Windows color (decimal): -12040174 or 1198152. OLE color: 1198152.

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

Color convert

RGB 72 72 18 -
CMYK 0 0 0.75 0.72
HSL 60º 0.6% 0.18% -
HSV(B) 60º 0.75% 0.28% -
XYZ 5.1 6.06 1.47 -
YUV 65.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 72 72 18 0 0 0.75 0.72 60 0.6 0.18
Hex 48 48 12 0 0 4B 48 3C 3C 12
Octal 110 110 22 0 0 113 110 74 74 22
Binary 1001000 1001000 10010 0 0 1001011 1001000 111100 111100 10010

Color Harmonies of #484812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484812

Black with #484812

Text Example


Text Example

White with #484812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484812; }

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

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

background-color css

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

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

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

border-color css

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

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

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