#507826

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

Shades of Green Leaf #507826

Tints of Green Leaf #507826

Color information

#507826 (or 0x507826) is unknown color: approx Green Leaf. HEX triplet: 50, 78 and 26. RGB value is (80,120,38). Sum of RGB (Red+Green+Blue) = 80+120+38=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #507826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507826 is #AF87D9. Grayscale: #626262. Windows color (decimal): -11503578 or 2521168. OLE color: 2521168.

HSL color Cylindrical-coordinate representation of color #507826: hue angle of 89.27º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507826 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB8012038-
CMYK0.3300.680.53
HSL89.27º51.9%30.98%-
HSV(B)89.27º68.33%47.06%-
XYZ10.3715.284.24-
YUV98.6993.75114.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=33.61%
G=50.42%
B=15.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120380.3300.680.5389.2751.930.98
Hex507826210443559341f
Octal12017046410104651316437
Binary1010000111100010011010000101000100110101101100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507826; }

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

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

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

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

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

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

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

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