Html Css Color HEX #485215 Verdun Green

📋 copy color: '#485215'

red 72 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #485215

Tints of Verdun Green #485215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.86%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 41.14%
G = 46.86%
B = 12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#485215 (or 0x485215) is known color: Verdun Green. HEX triplet: 48, 52 and 15. RGB value is (72,82,21). Sum of RGB (Red+Green+Blue) = 72+82+21=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #485215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485215 is #B7ADEA. Grayscale: #484848. Windows color (decimal): -12037611 or 1397320. OLE color: 1397320.

HSL color Cylindrical-coordinate representation of color #485215: hue angle of 69.84º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #485215 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 21 -
CMYK 0.12 0 0.74 0.68
HSL 69.84º 0.59% 0.2% -
HSV(B) 69.84º 0.74% 0.32% -
XYZ 5.83 7.47 1.84 -
YUV 72.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 72 82 21 0.12 0 0.74 0.68 69.84 0.59 0.2
Hex 48 52 15 C 0 4A 44 46 3B 14
Octal 110 122 25 14 0 112 104 106 73 24
Binary 1001000 1010010 10101 1100 0 1001010 1000100 1000110 111011 10100

Color Harmonies of #485215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485215

Black with #485215

Text Example


Text Example

White with #485215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485215; }

 p { color: rgb(72,82,21); }

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

background-color css

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

 a { background-color: rgb(72,82,21); }

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

border-color css

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

 span { border-color: rgb(72,82,21); }

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