#36B248

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

Shades of Fruit Salad #36B248

Tints of Fruit Salad #36B248

Color information

#36B248 (or 0x36B248) is unknown color: approx Fruit Salad. HEX triplet: 36, B2 and 48. RGB value is (54,178,72). Sum of RGB (Red+Green+Blue) = 54+178+72=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #36B248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B248 is #C94DB7. Grayscale: #818181. Windows color (decimal): -13192632 or 4764214. OLE color: 4764214.

HSL color Cylindrical-coordinate representation of color #36B248: hue angle of 128.71º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B248 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB5417872-
CMYK0.7000.600.30
HSL128.71º53.45%45.49%-
HSV(B)128.71º69.66%69.8%-
XYZ18.6133.0911.54-
YUV128.8495.9274.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 178 (69.92% from 255) = 58.55%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=17.76%
G=58.55%
B=23.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal54178720.7000.600.30128.7153.4545.49
Hex36B2484603C1E81352d
Octal66262110106074362016555
Binary110110101100101001000100011001111001111010000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,178,72); }

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

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

 a { background-color: rgb(54,178,72); }

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

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

 span { border-color: rgb(54,178,72); }

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