#506338

Color #506338 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #506338

Tints of Green Leaf #506338

Color information

#506338 (or 0x506338) is unknown color: approx Green Leaf. HEX triplet: 50, 63 and 38. RGB value is (80,99,56). Sum of RGB (Red+Green+Blue) = 80+99+56=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #506338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506338 is #AF9CC7. Grayscale: #585858. Windows color (decimal): -11508936 or 3695440. OLE color: 3695440.

HSL color Cylindrical-coordinate representation of color #506338: hue angle of 86.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #506338 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB809956-
CMYK0.1900.430.61
HSL86.51º27.74%30.39%-
HSV(B)86.51º43.43%38.82%-
XYZ8.4810.915.4-
YUV88.42109.71122-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=34.04%
G=42.13%
B=23.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099560.1900.430.6186.5127.7430.39
Hex5063381302B3D571c1e
Octal1201437023053751273436
Binary1010000110001111100010011010101111110110101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506338; }

 p { color: rgb(80,99,56); }

 H1.HeaderClassName
 {
   color: #506338;
 }
 .AnyTagClassName
 {
   color: #506338;
 }
</style>
background-color css

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

 a { background-color: rgb(80,99,56); }

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

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

 span { border-color: rgb(80,99,56); }

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