#506725

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

Shades of Green Leaf #506725

Tints of Green Leaf #506725

Color information

#506725 (or 0x506725) is unknown color: approx Green Leaf. HEX triplet: 50, 67 and 25. RGB value is (80,103,37). Sum of RGB (Red+Green+Blue) = 80+103+37=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #506725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506725 is #AF98DA. Grayscale: #585858. Windows color (decimal): -11507931 or 2451280. OLE color: 2451280.

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

Color convert

RGB8010337-
CMYK0.2200.640.60
HSL80.91º47.14%27.45%-
HSV(B)80.91º64.08%40.39%-
XYZ8.4911.543.53-
YUV88.698.88121.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=36.36%
G=46.82%
B=16.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103370.2200.640.6080.9147.1427.45
Hex506725160403C512f1b
Octal12014745260100741215733
Binary101000011001111001011011001000000111100101000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506725; }

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

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

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

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

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

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

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

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