#36B040

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

Shades of Fruit Salad #36B040

Tints of Fruit Salad #36B040

Color information

#36B040 (or 0x36B040) is unknown color: approx Fruit Salad. HEX triplet: 36, B0 and 40. RGB value is (54,176,64). Sum of RGB (Red+Green+Blue) = 54+176+64=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #36B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B040 is #C94FBF. Grayscale: #7F7F7F. Windows color (decimal): -13193152 or 4239414. OLE color: 4239414.

HSL color Cylindrical-coordinate representation of color #36B040: hue angle of 124.92º 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 #36B040 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB5417664-
CMYK0.6900.640.31
HSL124.92º53.04%45.1%-
HSV(B)124.92º69.32%69.02%-
XYZ17.9732.2110.12-
YUV126.7592.5876.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 176 (69.14% from 255) = 59.86%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=18.37%
G=59.86%
B=21.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54176640.6900.640.31124.9253.0445.1
Hex36B040450401F7d352d
Octal662601001050100371756555
Binary110110101100001000000100010101000000111111111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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