Html Css Color HEX #506E26 Green Leaf

📋 copy color: '#506E26'

red 80 ◦ green 110 ◦ blue 38

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

Shades of Green Leaf #506E26

Tints of Green Leaf #506E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 35.09%
G = 48.25%
B = 16.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#506E26 (or 0x506E26) is known color: Green Leaf. HEX triplet: 50, 6E and 26. RGB value is (80,110,38). Sum of RGB (Red+Green+Blue) = 80+110+38=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #506E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E26 is #AF91D9. Grayscale: #5D5D5D. Windows color (decimal): -11506138 or 2518608. OLE color: 2518608.

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

Color convert

RGB 80 110 38 -
CMYK 0.27 0 0.65 0.57
HSL 85º 0.49% 0.29% -
HSV(B) 85º 0.65% 0.43% -
XYZ 9.23 13 3.86 -
YUV 92.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 80 110 38 0.27 0 0.65 0.57 85 0.49 0.29
Hex 50 6E 26 1B 0 41 39 55 31 1D
Octal 120 156 46 33 0 101 71 125 61 35
Binary 1010000 1101110 100110 11011 0 1000001 111001 1010101 110001 11101

Color Harmonies of #506E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E26

Black with #506E26

Text Example


Text Example

White with #506E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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