Html Css Color HEX #485920 Verdun Green

📋 copy color: '#485920'

red 72 ◦ green 89 ◦ blue 32

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

Shades of Verdun Green #485920

Tints of Verdun Green #485920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

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

R = 37.31%
G = 46.11%
B = 16.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#485920 (or 0x485920) is known color: Verdun Green. HEX triplet: 48, 59 and 20. RGB value is (72,89,32). Sum of RGB (Red+Green+Blue) = 72+89+32=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #485920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485920 is #B7A6DF. Grayscale: #4D4D4D. Windows color (decimal): -12035808 or 2120008. OLE color: 2120008.

HSL color Cylindrical-coordinate representation of color #485920: hue angle of 77.89º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #485920 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 32 -
CMYK 0.19 0 0.64 0.65
HSL 77.89º 0.47% 0.24% -
HSV(B) 77.89º 0.64% 0.35% -
XYZ 6.51 8.63 2.69 -
YUV 77.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 72 89 32 0.19 0 0.64 0.65 77.89 0.47 0.24
Hex 48 59 20 13 0 40 41 4E 2F 18
Octal 110 131 40 23 0 100 101 116 57 30
Binary 1001000 1011001 100000 10011 0 1000000 1000001 1001110 101111 11000

Color Harmonies of #485920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485920

Black with #485920

Text Example


Text Example

White with #485920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485920; }

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

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

background-color css

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

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

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

border-color css

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

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

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