#36B049

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

Shades of Fruit Salad #36B049

Tints of Fruit Salad #36B049

Color information

#36B049 (or 0x36B049) is unknown color: approx Fruit Salad. HEX triplet: 36, B0 and 49. RGB value is (54,176,73). Sum of RGB (Red+Green+Blue) = 54+176+73=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #36B049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B049 is #C94FB6. Grayscale: #808080. Windows color (decimal): -13193143 or 4829238. OLE color: 4829238.

HSL color Cylindrical-coordinate representation of color #36B049: hue angle of 129.34º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36B049 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB5417673-
CMYK0.6900.590.31
HSL129.34º53.04%45.1%-
HSV(B)129.34º69.32%69.02%-
XYZ18.2532.3211.58-
YUV127.7897.0875.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 176 (69.14% from 255) = 58.09%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=17.82%
G=58.09%
B=24.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54176730.6900.590.31129.3453.0445.1
Hex36B0494503B1F81352d
Octal66260111105073372016555
Binary110110101100001001001100010101110111111110000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,176,73); }

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

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

 a { background-color: rgb(54,176,73); }

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

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

 span { border-color: rgb(54,176,73); }

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