#36AD42

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

Shades of Fruit Salad #36AD42

Tints of Fruit Salad #36AD42

Color information

#36AD42 (or 0x36AD42) is unknown color: approx Fruit Salad. HEX triplet: 36, AD and 42. RGB value is (54,173,66). Sum of RGB (Red+Green+Blue) = 54+173+66=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #36AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AD42 is #C952BD. Grayscale: #7D7D7D. Windows color (decimal): -13193918 or 4369718. OLE color: 4369718.

HSL color Cylindrical-coordinate representation of color #36AD42: hue angle of 126.05º degrees, saturation: 0.52, 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 #36AD42 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB5417366-
CMYK0.6900.620.32
HSL126.05º52.42%44.51%-
HSV(B)126.05º68.79%67.84%-
XYZ17.4531.0610.23-
YUV125.2294.5877.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 173 (67.97% from 255) = 59.04%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=18.43%
G=59.04%
B=22.53%

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
Decimal54173660.6900.620.32126.0552.4244.51
Hex36AD424503E207e342d
Octal66255102105076401766455
Binary110110101011011000010100010101111101000001111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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