#506732

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

Shades of Green Leaf #506732

Tints of Green Leaf #506732

Color information

#506732 (or 0x506732) is unknown color: approx Green Leaf. HEX triplet: 50, 67 and 32. RGB value is (80,103,50). Sum of RGB (Red+Green+Blue) = 80+103+50=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #506732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506732 is #AF98CD. Grayscale: #5A5A5A. Windows color (decimal): -11507918 or 3303248. OLE color: 3303248.

HSL color Cylindrical-coordinate representation of color #506732: hue angle of 86.04º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #506732 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB8010350-
CMYK0.2200.510.60
HSL86.04º34.64%30%-
HSV(B)86.04º51.46%40.39%-
XYZ8.7311.644.8-
YUV90.08105.38120.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=34.33%
G=44.21%
B=21.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103500.2200.510.6086.0434.6430
Hex506732160333C56231e
Octal1201476226063741264336
Binary10100001100111110010101100110011111100101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506732; }

 p { color: rgb(80,103,50); }

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

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

 a { background-color: rgb(80,103,50); }

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

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

 span { border-color: rgb(80,103,50); }

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