Html Css Color HEX #506F22 Green Leaf

📋 copy color: '#506F22'

red 80 ◦ green 111 ◦ blue 34

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

Shades of Green Leaf #506F22

Tints of Green Leaf #506F22

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.33%

 BLUE value IS 34 (13.67% from 255) = 15.11%

R = 35.56%
G = 49.33%
B = 15.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#506F22 (or 0x506F22) is known color: Green Leaf. HEX triplet: 50, 6F and 22. RGB value is (80,111,34). Sum of RGB (Red+Green+Blue) = 80+111+34=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #506F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F22 is #AF90DD. Grayscale: #5D5D5D. Windows color (decimal): -11505886 or 2256720. OLE color: 2256720.

HSL color Cylindrical-coordinate representation of color #506F22: hue angle of 84.16º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506F22 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 34 -
CMYK 0.28 0 0.69 0.56
HSL 84.16º 0.53% 0.28% -
HSV(B) 84.16º 0.69% 0.44% -
XYZ 9.28 13.19 3.57 -
YUV 92.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 80 111 34 0.28 0 0.69 0.56 84.16 0.53 0.28
Hex 50 6F 22 1C 0 45 38 54 35 1C
Octal 120 157 42 34 0 105 70 124 65 34
Binary 1010000 1101111 100010 11100 0 1000101 111000 1010100 110101 11100

Color Harmonies of #506F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F22

Black with #506F22

Text Example


Text Example

White with #506F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,34); }

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

background-color css

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

 a { background-color: rgb(80,111,34); }

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

border-color css

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

 span { border-color: rgb(80,111,34); }

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