#36A041

Color #36A041 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #36A041

Tints of Fruit Salad #36A041

Color information

#36A041 (or 0x36A041) is unknown color: approx Fruit Salad. HEX triplet: 36, A0 and 41. RGB value is (54,160,65). Sum of RGB (Red+Green+Blue) = 54+160+65=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 160 (62.89% from 255 or 57.35% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 160 - color contains mainly: green. Hex color #36A041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A041 is #C95FBE. Grayscale: #757575. Windows color (decimal): -13197247 or 4300854. OLE color: 4300854.

HSL color Cylindrical-coordinate representation of color #36A041: hue angle of 126.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A041 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB5416065-
CMYK0.6600.590.37
HSL126.23º49.53%41.96%-
HSV(B)126.23º66.25%62.75%-
XYZ15.0526.319.29-
YUV117.4898.3882.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 160 (62.89% from 255) = 57.35%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=19.35%
G=57.35%
B=23.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54160650.6600.590.37126.2349.5341.96
Hex36A0414203B257e322a
Octal66240101102073451766252
Binary110110101000001000001100001001110111001011111110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A041; }

 p { color: rgb(54,160,65); }

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

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

 a { background-color: rgb(54,160,65); }

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

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

 span { border-color: rgb(54,160,65); }

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