#36A742

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

Shades of Fruit Salad #36A742

Tints of Fruit Salad #36A742

Color information

#36A742 (or 0x36A742) is unknown color: approx Fruit Salad. HEX triplet: 36, A7 and 42. RGB value is (54,167,66). Sum of RGB (Red+Green+Blue) = 54+167+66=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 167 (65.62% from 255 or 58.19% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 167 - color contains mainly: green. Hex color #36A742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A742 is #C958BD. Grayscale: #797979. Windows color (decimal): -13195454 or 4368182. OLE color: 4368182.

HSL color Cylindrical-coordinate representation of color #36A742: hue angle of 126.37º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A742 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB5416766-
CMYK0.6800.600.35
HSL126.37º51.13%43.33%-
HSV(B)126.37º67.66%65.49%-
XYZ16.3228.829.86-
YUV121.796.5679.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 167 (65.62% from 255) = 58.19%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=18.82%
G=58.19%
B=23.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54167660.6800.600.35126.3751.1343.33
Hex36A7424403C237e332b
Octal66247102104074431766353
Binary110110101001111000010100010001111001000111111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,167,66); }

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

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

 a { background-color: rgb(54,167,66); }

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

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

 span { border-color: rgb(54,167,66); }

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