Html Css Color HEX #506224 Green Leaf

📋 copy color: '#506224'

red 80 ◦ green 98 ◦ blue 36

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

Shades of Green Leaf #506224

Tints of Green Leaf #506224

RGB

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

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

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

R = 37.38%
G = 45.79%
B = 16.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#506224 (or 0x506224) is known color: Green Leaf. HEX triplet: 50, 62 and 24. RGB value is (80,98,36). Sum of RGB (Red+Green+Blue) = 80+98+36=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #506224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506224 is #AF9DDB. Grayscale: #555555. Windows color (decimal): -11509212 or 2384464. OLE color: 2384464.

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

Color convert

RGB 80 98 36 -
CMYK 0.18 0 0.63 0.62
HSL 77.42º 0.46% 0.26% -
HSV(B) 77.42º 0.63% 0.38% -
XYZ 7.99 10.57 3.29 -
YUV 85.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 80 98 36 0.18 0 0.63 0.62 77.42 0.46 0.26
Hex 50 62 24 12 0 3F 3E 4D 2E 1A
Octal 120 142 44 22 0 77 76 115 56 32
Binary 1010000 1100010 100100 10010 0 111111 111110 1001101 101110 11010

Color Harmonies of #506224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506224

Black with #506224

Text Example


Text Example

White with #506224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506224; }

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

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

background-color css

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

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

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

border-color css

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

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

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