Html Css Color HEX #506B21 Green Leaf

📋 copy color: '#506B21'

red 80 ◦ green 107 ◦ blue 33

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

Shades of Green Leaf #506B21

Tints of Green Leaf #506B21

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

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

R = 36.36%
G = 48.64%
B = 15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#506B21 (or 0x506B21) is known color: Green Leaf. HEX triplet: 50, 6B and 21. RGB value is (80,107,33). Sum of RGB (Red+Green+Blue) = 80+107+33=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #506B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B21 is #AF94DE. Grayscale: #5A5A5A. Windows color (decimal): -11506911 or 2190160. OLE color: 2190160.

HSL color Cylindrical-coordinate representation of color #506B21: hue angle of 81.89º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506B21 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 33 -
CMYK 0.25 0 0.69 0.58
HSL 81.89º 0.53% 0.27% -
HSV(B) 81.89º 0.69% 0.42% -
XYZ 8.84 12.33 3.35 -
YUV 90.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 80 107 33 0.25 0 0.69 0.58 81.89 0.53 0.27
Hex 50 6B 21 19 0 45 3A 52 35 1B
Octal 120 153 41 31 0 105 72 122 65 33
Binary 1010000 1101011 100001 11001 0 1000101 111010 1010010 110101 11011

Color Harmonies of #506B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B21

Black with #506B21

Text Example


Text Example

White with #506B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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