#507433

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

Shades of Green Leaf #507433

Tints of Green Leaf #507433

Color information

#507433 (or 0x507433) is unknown color: approx Green Leaf. HEX triplet: 50, 74 and 33. RGB value is (80,116,51). Sum of RGB (Red+Green+Blue) = 80+116+51=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #507433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507433 is #AF8BCC. Grayscale: #626262. Windows color (decimal): -11504589 or 3372112. OLE color: 3372112.

HSL color Cylindrical-coordinate representation of color #507433: hue angle of 93.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507433 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB8011651-
CMYK0.3100.560.55
HSL93.23º38.92%32.75%-
HSV(B)93.23º56.03%45.49%-
XYZ10.1514.445.38-
YUV97.83101.57115.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=32.39%
G=46.96%
B=20.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116510.3100.560.5593.2338.9232.75
Hex5074331F038375d2721
Octal1201646337070671354741
Binary101000011101001100111111101110001101111011101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507433; }

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

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

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

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

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

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

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

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