#507527

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

Shades of Green Leaf #507527

Tints of Green Leaf #507527

Color information

#507527 (or 0x507527) is unknown color: approx Green Leaf. HEX triplet: 50, 75 and 27. RGB value is (80,117,39). Sum of RGB (Red+Green+Blue) = 80+117+39=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #507527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507527 is #AF8AD8. Grayscale: #616161. Windows color (decimal): -11504345 or 2585936. OLE color: 2585936.

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

Color convert

RGB8011739-
CMYK0.3200.670.54
HSL88.46º50%30.59%-
HSV(B)88.46º66.67%45.88%-
XYZ10.0414.574.2-
YUV97.0495.24115.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=33.90%
G=49.58%
B=16.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117390.3200.670.5488.465030.59
Hex507527200433658321f
Octal12016547400103661306237
Binary1010000111010110011110000001000011110110101100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507527; }

 p { color: rgb(80,117,39); }

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

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

 a { background-color: rgb(80,117,39); }

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

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

 span { border-color: rgb(80,117,39); }

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