Html Css Color HEX #484C16 Verdun Green

📋 copy color: '#484C16'

red 72 ◦ green 76 ◦ blue 22

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

Shades of Verdun Green #484C16

Tints of Verdun Green #484C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.71%

 BLUE value IS 22 (8.98% from 255) = 12.94%

R = 42.35%
G = 44.71%
B = 12.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#484C16 (or 0x484C16) is known color: Verdun Green. HEX triplet: 48, 4C and 16. RGB value is (72,76,22). Sum of RGB (Red+Green+Blue) = 72+76+22=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #484C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C16 is #B7B3E9. Grayscale: #444444. Windows color (decimal): -12039146 or 1461320. OLE color: 1461320.

HSL color Cylindrical-coordinate representation of color #484C16: hue angle of 64.44º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484C16 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 22 -
CMYK 0.05 0 0.71 0.70
HSL 64.44º 0.55% 0.19% -
HSV(B) 64.44º 0.71% 0.3% -
XYZ 5.4 6.6 1.75 -
YUV 68.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 72 76 22 0.05 0 0.71 0.70 64.44 0.55 0.19
Hex 48 4C 16 5 0 47 46 40 37 13
Octal 110 114 26 5 0 107 106 100 67 23
Binary 1001000 1001100 10110 101 0 1000111 1000110 1000000 110111 10011

Color Harmonies of #484C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C16

Black with #484C16

Text Example


Text Example

White with #484C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484C16; }

 p { color: rgb(72,76,22); }

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

background-color css

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

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

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

border-color css

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

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

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