#36AE42

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

Shades of Fruit Salad #36AE42

Tints of Fruit Salad #36AE42

Color information

#36AE42 (or 0x36AE42) is unknown color: approx Fruit Salad. HEX triplet: 36, AE and 42. RGB value is (54,174,66). Sum of RGB (Red+Green+Blue) = 54+174+66=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #36AE42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AE42 is #C951BD. Grayscale: #7E7E7E. Windows color (decimal): -13193662 or 4369974. OLE color: 4369974.

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

Color convert

RGB5417466-
CMYK0.6900.620.32
HSL126º52.63%44.71%-
HSV(B)126º68.97%68.24%-
XYZ17.6431.4510.29-
YUV125.8194.2476.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 174 (68.36% from 255) = 59.18%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=18.37%
G=59.18%
B=22.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54174660.6900.620.3212652.6344.71
Hex36AE424503E207e352d
Octal66256102105076401766555
Binary110110101011101000010100010101111101000001111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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