#36B042

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

Shades of Fruit Salad #36B042

Tints of Fruit Salad #36B042

Color information

#36B042 (or 0x36B042) is unknown color: approx Fruit Salad. HEX triplet: 36, B0 and 42. RGB value is (54,176,66). Sum of RGB (Red+Green+Blue) = 54+176+66=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #36B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B042 is #C94FBD. Grayscale: #7F7F7F. Windows color (decimal): -13193150 or 4370486. OLE color: 4370486.

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

Color convert

RGB5417666-
CMYK0.6900.620.31
HSL125.9º53.04%45.1%-
HSV(B)125.9º69.32%69.02%-
XYZ18.0332.2310.42-
YUV126.9893.5875.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 176 (69.14% from 255) = 59.46%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=18.24%
G=59.46%
B=22.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54176660.6900.620.31125.953.0445.1
Hex36B0424503E1F7e352d
Octal66260102105076371766555
Binary11011010110000100001010001010111110111111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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