Html Css Color HEX #506221 Green Leaf

📋 copy color: '#506221'

red 80 ◦ green 98 ◦ blue 33

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

Shades of Green Leaf #506221

Tints of Green Leaf #506221

RGB

 RED value IS 80 (31.64% from 255) = 37.91%

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

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

R = 37.91%
G = 46.45%
B = 15.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#506221 (or 0x506221) is known color: Green Leaf. HEX triplet: 50, 62 and 21. RGB value is (80,98,33). Sum of RGB (Red+Green+Blue) = 80+98+33=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #506221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506221 is #AF9DDE. Grayscale: #555555. Windows color (decimal): -11509215 or 2187856. OLE color: 2187856.

HSL color Cylindrical-coordinate representation of color #506221: hue angle of 76.62º 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 #506221 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 33 -
CMYK 0.18 0 0.66 0.62
HSL 76.62º 0.5% 0.26% -
HSV(B) 76.62º 0.66% 0.38% -
XYZ 7.95 10.55 3.06 -
YUV 85.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 80 98 33 0.18 0 0.66 0.62 76.62 0.5 0.26
Hex 50 62 21 12 0 42 3E 4D 32 1A
Octal 120 142 41 22 0 102 76 115 62 32
Binary 1010000 1100010 100001 10010 0 1000010 111110 1001101 110010 11010

Color Harmonies of #506221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506221

Black with #506221

Text Example


Text Example

White with #506221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506221; }

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

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

background-color css

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

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

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

border-color css

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

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

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