Html Css Color HEX #485011 Verdun Green

📋 copy color: '#485011'

red 72 ◦ green 80 ◦ blue 17

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

Shades of Verdun Green #485011

Tints of Verdun Green #485011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 42.6%
G = 47.34%
B = 10.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#485011 (or 0x485011) is known color: Verdun Green. HEX triplet: 48, 50 and 11. RGB value is (72,80,17). Sum of RGB (Red+Green+Blue) = 72+80+17=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #485011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485011 is #B7AFEE. Grayscale: #464646. Windows color (decimal): -12038127 or 1134664. OLE color: 1134664.

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

Color convert

RGB 72 80 17 -
CMYK 0.10 0 0.79 0.69
HSL 67.62º 0.65% 0.19% -
HSV(B) 67.62º 0.79% 0.31% -
XYZ 5.64 7.16 1.61 -
YUV 70.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 72 80 17 0.10 0 0.79 0.69 67.62 0.65 0.19
Hex 48 50 11 A 0 4F 45 44 41 13
Octal 110 120 21 12 0 117 105 104 101 23
Binary 1001000 1010000 10001 1010 0 1001111 1000101 1000100 1000001 10011

Color Harmonies of #485011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485011

Black with #485011

Text Example


Text Example

White with #485011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485011; }

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

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

background-color css

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

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

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

border-color css

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

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

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