Html Css Color HEX #506E25 Green Leaf

📋 copy color: '#506E25'

red 80 ◦ green 110 ◦ blue 37

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

Shades of Green Leaf #506E25

Tints of Green Leaf #506E25

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.46%

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 35.24%
G = 48.46%
B = 16.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#506E25 (or 0x506E25) is known color: Green Leaf. HEX triplet: 50, 6E and 25. RGB value is (80,110,37). Sum of RGB (Red+Green+Blue) = 80+110+37=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #506E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E25 is #AF91DA. Grayscale: #5C5C5C. Windows color (decimal): -11506139 or 2453072. OLE color: 2453072.

HSL color Cylindrical-coordinate representation of color #506E25: hue angle of 84.66º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506E25 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 37 -
CMYK 0.27 0 0.66 0.57
HSL 84.66º 0.5% 0.29% -
HSV(B) 84.66º 0.66% 0.43% -
XYZ 9.22 12.99 3.77 -
YUV 92.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 80 110 37 0.27 0 0.66 0.57 84.66 0.5 0.29
Hex 50 6E 25 1B 0 42 39 55 32 1D
Octal 120 156 45 33 0 102 71 125 62 35
Binary 1010000 1101110 100101 11011 0 1000010 111001 1010101 110010 11101

Color Harmonies of #506E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E25

Black with #506E25

Text Example


Text Example

White with #506E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,110,37); }

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

background-color css

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

 a { background-color: rgb(80,110,37); }

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

border-color css

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

 span { border-color: rgb(80,110,37); }

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