Html Css Color HEX #486221 Green Leaf

📋 copy color: '#486221'

red 72 ◦ green 98 ◦ blue 33

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

Shades of Green Leaf #486221

Tints of Green Leaf #486221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

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

R = 35.47%
G = 48.28%
B = 16.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#486221 (or 0x486221) is known color: Green Leaf. HEX triplet: 48, 62 and 21. RGB value is (72,98,33). Sum of RGB (Red+Green+Blue) = 72+98+33=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #486221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486221 is #B79DDE. Grayscale: #535353. Windows color (decimal): -12033503 or 2187848. OLE color: 2187848.

HSL color Cylindrical-coordinate representation of color #486221: hue angle of 84º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486221 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 33 -
CMYK 0.27 0 0.66 0.62
HSL 84º 0.5% 0.26% -
HSV(B) 84º 0.66% 0.38% -
XYZ 7.31 10.22 3.03 -
YUV 82.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 72 98 33 0.27 0 0.66 0.62 84 0.5 0.26
Hex 48 62 21 1B 0 42 3E 54 32 1A
Octal 110 142 41 33 0 102 76 124 62 32
Binary 1001000 1100010 100001 11011 0 1000010 111110 1010100 110010 11010

Color Harmonies of #486221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486221

Black with #486221

Text Example


Text Example

White with #486221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486221; }

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

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

background-color css

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

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

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

border-color css

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

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

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