Html Css Color HEX #485621 Verdun Green

📋 copy color: '#485621'

red 72 ◦ green 86 ◦ blue 33

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

Shades of Verdun Green #485621

Tints of Verdun Green #485621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

 BLUE value IS 33 (13.28% from 255) = 17.28%

R = 37.7%
G = 45.03%
B = 17.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#485621 (or 0x485621) is known color: Verdun Green. HEX triplet: 48, 56 and 21. RGB value is (72,86,33). Sum of RGB (Red+Green+Blue) = 72+86+33=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #485621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485621 is #B7A9DE. Grayscale: #4B4B4B. Windows color (decimal): -12036575 or 2184776. OLE color: 2184776.

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

Color convert

RGB 72 86 33 -
CMYK 0.16 0 0.62 0.66
HSL 75.85º 0.45% 0.23% -
HSV(B) 75.85º 0.62% 0.34% -
XYZ 6.27 8.14 2.68 -
YUV 75.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 72 86 33 0.16 0 0.62 0.66 75.85 0.45 0.23
Hex 48 56 21 10 0 3E 42 4C 2D 17
Octal 110 126 41 20 0 76 102 114 55 27
Binary 1001000 1010110 100001 10000 0 111110 1000010 1001100 101101 10111

Color Harmonies of #485621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485621

Black with #485621

Text Example


Text Example

White with #485621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485621; }

 p { color: rgb(72,86,33); }

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

background-color css

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

 a { background-color: rgb(72,86,33); }

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

border-color css

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

 span { border-color: rgb(72,86,33); }

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