Html Css Color HEX #485916 Verdun Green

📋 copy color: '#485916'

red 72 ◦ green 89 ◦ blue 22

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

Shades of Verdun Green #485916

Tints of Verdun Green #485916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

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

R = 39.34%
G = 48.63%
B = 12.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#485916 (or 0x485916) is known color: Verdun Green. HEX triplet: 48, 59 and 16. RGB value is (72,89,22). Sum of RGB (Red+Green+Blue) = 72+89+22=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #485916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485916 is #B7A6E9. Grayscale: #4C4C4C. Windows color (decimal): -12035818 or 1464648. OLE color: 1464648.

HSL color Cylindrical-coordinate representation of color #485916: hue angle of 75.22º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #485916 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 22 -
CMYK 0.19 0 0.75 0.65
HSL 75.22º 0.6% 0.22% -
HSV(B) 75.22º 0.75% 0.35% -
XYZ 6.39 8.58 2.08 -
YUV 76.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 72 89 22 0.19 0 0.75 0.65 75.22 0.6 0.22
Hex 48 59 16 13 0 4B 41 4B 3C 16
Octal 110 131 26 23 0 113 101 113 74 26
Binary 1001000 1011001 10110 10011 0 1001011 1000001 1001011 111100 10110

Color Harmonies of #485916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485916

Black with #485916

Text Example


Text Example

White with #485916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485916; }

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

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

background-color css

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

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

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

border-color css

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

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

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