#506125

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

Shades of Green Leaf #506125

Tints of Green Leaf #506125

Color information

#506125 (or 0x506125) is unknown color: approx Green Leaf. HEX triplet: 50, 61 and 25. RGB value is (80,97,37). Sum of RGB (Red+Green+Blue) = 80+97+37=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #506125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506125 is #AF9EDA. Grayscale: #555555. Windows color (decimal): -11509467 or 2449744. OLE color: 2449744.

HSL color Cylindrical-coordinate representation of color #506125: hue angle of 77º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506125 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB809737-
CMYK0.1800.620.62
HSL77º44.78%26.27%-
HSV(B)77º61.86%38.04%-
XYZ7.9210.393.34-
YUV85.08100.87124.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=37.38%
G=45.33%
B=17.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097370.1800.620.627744.7826.27
Hex5061251203E3E4d2d1a
Octal1201414522076761155532
Binary10100001100001100101100100111110111110100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506125; }

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

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

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

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

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

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

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

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