#36A242

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

Shades of Fruit Salad #36A242

Tints of Fruit Salad #36A242

Color information

#36A242 (or 0x36A242) is unknown color: approx Fruit Salad. HEX triplet: 36, A2 and 42. RGB value is (54,162,66). Sum of RGB (Red+Green+Blue) = 54+162+66=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #36A242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A242 is #C95DBD. Grayscale: #777777. Windows color (decimal): -13196734 or 4366902. OLE color: 4366902.

HSL color Cylindrical-coordinate representation of color #36A242: hue angle of 126.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A242 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB5416266-
CMYK0.6700.590.36
HSL126.67º50%42.35%-
HSV(B)126.67º66.67%63.53%-
XYZ15.4327.029.56-
YUV118.7698.2281.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=19.15%
G=57.45%
B=23.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54162660.6700.590.36126.675042.35
Hex36A2424303B247f322a
Octal66242102103073441776252
Binary110110101000101000010100001101110111001001111111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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