Html Css Color HEX #485015 Verdun Green

📋 copy color: '#485015'

red 72 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #485015

Tints of Verdun Green #485015

RGB

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

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

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

R = 41.62%
G = 46.24%
B = 12.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#485015 (or 0x485015) is known color: Verdun Green. HEX triplet: 48, 50 and 15. RGB value is (72,80,21). Sum of RGB (Red+Green+Blue) = 72+80+21=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #485015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485015 is #B7AFEA. Grayscale: #474747. Windows color (decimal): -12038123 or 1396808. OLE color: 1396808.

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

Color convert

RGB 72 80 21 -
CMYK 0.10 0 0.74 0.69
HSL 68.14º 0.58% 0.2% -
HSV(B) 68.14º 0.74% 0.31% -
XYZ 5.68 7.17 1.79 -
YUV 70.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 72 80 21 0.10 0 0.74 0.69 68.14 0.58 0.2
Hex 48 50 15 A 0 4A 45 44 3A 14
Octal 110 120 25 12 0 112 105 104 72 24
Binary 1001000 1010000 10101 1010 0 1001010 1000101 1000100 111010 10100

Color Harmonies of #485015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485015

Black with #485015

Text Example


Text Example

White with #485015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485015; }

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

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

background-color css

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

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

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

border-color css

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

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

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