Html Css Color HEX #485511 Verdun Green

📋 copy color: '#485511'

red 72 ◦ green 85 ◦ blue 17

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

Shades of Verdun Green #485511

Tints of Verdun Green #485511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

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

R = 41.38%
G = 48.85%
B = 9.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#485511 (or 0x485511) is known color: Verdun Green. HEX triplet: 48, 55 and 11. RGB value is (72,85,17). Sum of RGB (Red+Green+Blue) = 72+85+17=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #485511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485511 is #B7AAEE. Grayscale: #494949. Windows color (decimal): -12036847 or 1135944. OLE color: 1135944.

HSL color Cylindrical-coordinate representation of color #485511: hue angle of 71.47º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485511 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 17 -
CMYK 0.15 0 0.80 0.67
HSL 71.47º 0.67% 0.2% -
HSV(B) 71.47º 0.8% 0.33% -
XYZ 6.02 7.92 1.74 -
YUV 73.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 72 85 17 0.15 0 0.80 0.67 71.47 0.67 0.2
Hex 48 55 11 F 0 50 43 47 43 14
Octal 110 125 21 17 0 120 103 107 103 24
Binary 1001000 1010101 10001 1111 0 1010000 1000011 1000111 1000011 10100

Color Harmonies of #485511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485511

Black with #485511

Text Example


Text Example

White with #485511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485511; }

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

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

background-color css

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

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

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

border-color css

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

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

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