Html Css Color HEX #506F24 Green Leaf

📋 copy color: '#506F24'

red 80 ◦ green 111 ◦ blue 36

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

Shades of Green Leaf #506F24

Tints of Green Leaf #506F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 35.24%
G = 48.9%
B = 15.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#506F24 (or 0x506F24) is known color: Green Leaf. HEX triplet: 50, 6F and 24. RGB value is (80,111,36). Sum of RGB (Red+Green+Blue) = 80+111+36=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #506F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F24 is #AF90DB. Grayscale: #5D5D5D. Windows color (decimal): -11505884 or 2387792. OLE color: 2387792.

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

Color convert

RGB 80 111 36 -
CMYK 0.28 0 0.68 0.56
HSL 84.8º 0.51% 0.29% -
HSV(B) 84.8º 0.68% 0.44% -
XYZ 9.31 13.2 3.73 -
YUV 93.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 80 111 36 0.28 0 0.68 0.56 84.8 0.51 0.29
Hex 50 6F 24 1C 0 44 38 55 33 1D
Octal 120 157 44 34 0 104 70 125 63 35
Binary 1010000 1101111 100100 11100 0 1000100 111000 1010101 110011 11101

Color Harmonies of #506F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F24

Black with #506F24

Text Example


Text Example

White with #506F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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