#36b94b

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

Shades of Fruit Salad #36B94B

Tints of Fruit Salad #36B94B

Color information

#36B94B (or 0x36B94B) is unknown color: approx Fruit Salad. HEX triplet: 36, B9 and 4B. RGB value is (54,185,75). Sum of RGB (Red+Green+Blue) = 54+185+75=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #36B94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B94B is #C946B4. Grayscale: #858585. Windows color (decimal): -13190837 or 4962614. OLE color: 4962614.

HSL color Cylindrical-coordinate representation of color #36B94B: hue angle of 129.62º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36B94B is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB5418575-
CMYK0.7100.590.27
HSL129.62º54.81%46.86%-
HSV(B)129.62º70.81%72.55%-
XYZ20.1435.9912.54-
YUV133.2995.171.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 185 (72.66% from 255) = 58.92%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=17.20%
G=58.92%
B=23.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54185750.7100.590.27129.6254.8146.86
Hex36B94B4703B1B82372f
Octal66271113107073332026757
Binary110110101110011001011100011101110111101110000010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36b94b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,185,75); }

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

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

 a { background-color: rgb(54,185,75); }

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

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

 span { border-color: rgb(54,185,75); }

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