#506325

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

Shades of Green Leaf #506325

Tints of Green Leaf #506325

Color information

#506325 (or 0x506325) is unknown color: approx Green Leaf. HEX triplet: 50, 63 and 25. RGB value is (80,99,37). Sum of RGB (Red+Green+Blue) = 80+99+37=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #506325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506325 is #AF9CDA. Grayscale: #565656. Windows color (decimal): -11508955 or 2450256. OLE color: 2450256.

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

Color convert

RGB809937-
CMYK0.1900.630.61
HSL78.39º45.59%26.67%-
HSV(B)78.39º62.63%38.82%-
XYZ8.110.763.4-
YUV86.25100.21123.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=37.04%
G=45.83%
B=17.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099370.1900.630.6178.3945.5926.67
Hex5063251303F3D4e2e1b
Octal1201434523077751165633
Binary10100001100011100101100110111111111101100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506325; }

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

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

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

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

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

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

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

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