#506A25

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

Shades of Green Leaf #506A25

Tints of Green Leaf #506A25

Color information

#506A25 (or 0x506A25) is unknown color: approx Green Leaf. HEX triplet: 50, 6A and 25. RGB value is (80,106,37). Sum of RGB (Red+Green+Blue) = 80+106+37=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #506A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A25 is #AF95DA. Grayscale: #5A5A5A. Windows color (decimal): -11507163 or 2452048. OLE color: 2452048.

HSL color Cylindrical-coordinate representation of color #506A25: hue angle of 82.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506A25 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB8010637-
CMYK0.2500.650.58
HSL82.61º48.25%28.04%-
HSV(B)82.61º65.09%41.57%-
XYZ8.812.153.63-
YUV90.3697.89120.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 106 (41.80% from 255) = 47.53%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=35.87%
G=47.53%
B=16.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106370.2500.650.5882.6148.2528.04
Hex506A25190413A53301c
Octal12015245310101721236034
Binary101000011010101001011100101000001111010101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506A25; }

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

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

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

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

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

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

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

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