Html Css Color HEX #484C17 Verdun Green

📋 copy color: '#484C17'

red 72 ◦ green 76 ◦ blue 23

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

Shades of Verdun Green #484C17

Tints of Verdun Green #484C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 42.11%
G = 44.44%
B = 13.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#484C17 (or 0x484C17) is known color: Verdun Green. HEX triplet: 48, 4C and 17. RGB value is (72,76,23). Sum of RGB (Red+Green+Blue) = 72+76+23=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #484C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C17 is #B7B3E8. Grayscale: #444444. Windows color (decimal): -12039145 or 1526856. OLE color: 1526856.

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

Color convert

RGB 72 76 23 -
CMYK 0.05 0 0.70 0.70
HSL 64.53º 0.54% 0.19% -
HSV(B) 64.53º 0.7% 0.3% -
XYZ 5.41 6.61 1.8 -
YUV 68.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 72 76 23 0.05 0 0.70 0.70 64.53 0.54 0.19
Hex 48 4C 17 5 0 46 46 41 36 13
Octal 110 114 27 5 0 106 106 101 66 23
Binary 1001000 1001100 10111 101 0 1000110 1000110 1000001 110110 10011

Color Harmonies of #484C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C17

Black with #484C17

Text Example


Text Example

White with #484C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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