#506525

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

Shades of Green Leaf #506525

Tints of Green Leaf #506525

Color information

#506525 (or 0x506525) is unknown color: approx Green Leaf. HEX triplet: 50, 65 and 25. RGB value is (80,101,37). Sum of RGB (Red+Green+Blue) = 80+101+37=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #506525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506525 is #AF9ADA. Grayscale: #575757. Windows color (decimal): -11508443 or 2450768. OLE color: 2450768.

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

Color convert

RGB8010137-
CMYK0.2100.630.60
HSL79.69º46.38%27.06%-
HSV(B)79.69º63.37%39.61%-
XYZ8.311.153.46-
YUV87.4299.54122.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=36.70%
G=46.33%
B=16.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101370.2100.630.6079.6946.3827.06
Hex5065251503F3C502e1b
Octal1201454525077741205633
Binary10100001100101100101101010111111111100101000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506525; }

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

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

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

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

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

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

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

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