#507633

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

Shades of Green Leaf #507633

Tints of Green Leaf #507633

Color information

#507633 (or 0x507633) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 33. RGB value is (80,118,51). Sum of RGB (Red+Green+Blue) = 80+118+51=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #507633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507633 is #AF89CC. Grayscale: #636363. Windows color (decimal): -11504077 or 3372624. OLE color: 3372624.

HSL color Cylindrical-coordinate representation of color #507633: hue angle of 94.03º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507633 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB8011851-
CMYK0.3200.570.54
HSL94.03º39.64%33.14%-
HSV(B)94.03º56.78%46.27%-
XYZ10.3814.95.46-
YUV99100.91114.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=32.13%
G=47.39%
B=20.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118510.3200.570.5494.0339.6433.14
Hex50763320039365e2821
Octal1201666340071661365041
Binary1010000111011011001110000001110011101101011110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507633; }

 p { color: rgb(80,118,51); }

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

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

 a { background-color: rgb(80,118,51); }

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

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

 span { border-color: rgb(80,118,51); }

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