Html Css Color HEX #485018 Verdun Green

📋 copy color: '#485018'

red 72 ◦ green 80 ◦ blue 24

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

Shades of Verdun Green #485018

Tints of Verdun Green #485018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 40.91%
G = 45.45%
B = 13.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#485018 (or 0x485018) is known color: Verdun Green. HEX triplet: 48, 50 and 18. RGB value is (72,80,24). Sum of RGB (Red+Green+Blue) = 72+80+24=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #485018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485018 is #B7AFE7. Grayscale: #474747. Windows color (decimal): -12038120 or 1593416. OLE color: 1593416.

HSL color Cylindrical-coordinate representation of color #485018: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485018 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 24 -
CMYK 0.10 0 0.70 0.69
HSL 68.57º 0.54% 0.2% -
HSV(B) 68.57º 0.7% 0.31% -
XYZ 5.71 7.18 1.95 -
YUV 71.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 72 80 24 0.10 0 0.70 0.69 68.57 0.54 0.2
Hex 48 50 18 A 0 46 45 45 36 14
Octal 110 120 30 12 0 106 105 105 66 24
Binary 1001000 1010000 11000 1010 0 1000110 1000101 1000101 110110 10100

Color Harmonies of #485018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485018

Black with #485018

Text Example


Text Example

White with #485018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485018; }

 p { color: rgb(72,80,24); }

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

background-color css

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

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

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

border-color css

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

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

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