Html Css Color HEX #506239 Green Leaf

📋 copy color: '#506239'

red 80 ◦ green 98 ◦ blue 57

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

Shades of Green Leaf #506239

Tints of Green Leaf #506239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 34.04%
G = 41.7%
B = 24.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#506239 (or 0x506239) is known color: Green Leaf. HEX triplet: 50, 62 and 39. RGB value is (80,98,57). Sum of RGB (Red+Green+Blue) = 80+98+57=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #506239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506239 is #AF9DC6. Grayscale: #585858. Windows color (decimal): -11509191 or 3760720. OLE color: 3760720.

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

Color convert

RGB 80 98 57 -
CMYK 0.18 0 0.42 0.62
HSL 86.34º 0.26% 0.3% -
HSV(B) 86.34º 0.42% 0.38% -
XYZ 8.41 10.74 5.5 -
YUV 87.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 80 98 57 0.18 0 0.42 0.62 86.34 0.26 0.3
Hex 50 62 39 12 0 2A 3E 56 1A 1E
Octal 120 142 71 22 0 52 76 126 32 36
Binary 1010000 1100010 111001 10010 0 101010 111110 1010110 11010 11110

Color Harmonies of #506239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506239

Black with #506239

Text Example


Text Example

White with #506239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506239; }

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

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

background-color css

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

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

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

border-color css

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

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

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