Html Css Color HEX #485520 Verdun Green

📋 copy color: '#485520'

red 72 ◦ green 85 ◦ blue 32

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

Shades of Verdun Green #485520

Tints of Verdun Green #485520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 38.1%
G = 44.97%
B = 16.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#485520 (or 0x485520) is known color: Verdun Green. HEX triplet: 48, 55 and 20. RGB value is (72,85,32). Sum of RGB (Red+Green+Blue) = 72+85+32=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #485520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485520 is #B7AADF. Grayscale: #4B4B4B. Windows color (decimal): -12036832 or 2118984. OLE color: 2118984.

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

Color convert

RGB 72 85 32 -
CMYK 0.15 0 0.62 0.67
HSL 74.72º 0.45% 0.23% -
HSV(B) 74.72º 0.62% 0.33% -
XYZ 6.18 7.98 2.58 -
YUV 75.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 72 85 32 0.15 0 0.62 0.67 74.72 0.45 0.23
Hex 48 55 20 F 0 3E 43 4B 2D 17
Octal 110 125 40 17 0 76 103 113 55 27
Binary 1001000 1010101 100000 1111 0 111110 1000011 1001011 101101 10111

Color Harmonies of #485520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485520

Black with #485520

Text Example


Text Example

White with #485520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485520; }

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

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

background-color css

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

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

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

border-color css

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

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

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