Html Css Color HEX #506826 Green Leaf

📋 copy color: '#506826'

red 80 ◦ green 104 ◦ blue 38

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

Shades of Green Leaf #506826

Tints of Green Leaf #506826

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.85%

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

R = 36.04%
G = 46.85%
B = 17.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#506826 (or 0x506826) is known color: Green Leaf. HEX triplet: 50, 68 and 26. RGB value is (80,104,38). Sum of RGB (Red+Green+Blue) = 80+104+38=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #506826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506826 is #AF97D9. Grayscale: #595959. Windows color (decimal): -11507674 or 2517072. OLE color: 2517072.

HSL color Cylindrical-coordinate representation of color #506826: hue angle of 81.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506826 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 38 -
CMYK 0.23 0 0.63 0.59
HSL 81.82º 0.46% 0.28% -
HSV(B) 81.82º 0.63% 0.41% -
XYZ 8.61 11.75 3.65 -
YUV 89.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 80 104 38 0.23 0 0.63 0.59 81.82 0.46 0.28
Hex 50 68 26 17 0 3F 3B 52 2E 1C
Octal 120 150 46 27 0 77 73 122 56 34
Binary 1010000 1101000 100110 10111 0 111111 111011 1010010 101110 11100

Color Harmonies of #506826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506826

Black with #506826

Text Example


Text Example

White with #506826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506826; }

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

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

background-color css

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

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

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

border-color css

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

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

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