Html Css Color HEX #485016 Verdun Green

📋 copy color: '#485016'

red 72 ◦ green 80 ◦ blue 22

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

Shades of Verdun Green #485016

Tints of Verdun Green #485016

RGB

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

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

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

R = 41.38%
G = 45.98%
B = 12.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#485016 (or 0x485016) is known color: Verdun Green. HEX triplet: 48, 50 and 16. RGB value is (72,80,22). Sum of RGB (Red+Green+Blue) = 72+80+22=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #485016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485016 is #B7AFE9. Grayscale: #474747. Windows color (decimal): -12038122 or 1462344. OLE color: 1462344.

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

Color convert

RGB 72 80 22 -
CMYK 0.10 0 0.72 0.69
HSL 68.28º 0.57% 0.2% -
HSV(B) 68.28º 0.73% 0.31% -
XYZ 5.69 7.17 1.84 -
YUV 71 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 72 80 22 0.10 0 0.72 0.69 68.28 0.57 0.2
Hex 48 50 16 A 0 48 45 44 39 14
Octal 110 120 26 12 0 110 105 104 71 24
Binary 1001000 1010000 10110 1010 0 1001000 1000101 1000100 111001 10100

Color Harmonies of #485016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485016

Black with #485016

Text Example


Text Example

White with #485016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485016; }

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

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

background-color css

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

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

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

border-color css

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

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

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