#36B13F

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

Shades of Fruit Salad #36B13F

Tints of Fruit Salad #36B13F

Color information

#36B13F (or 0x36B13F) is unknown color: approx Fruit Salad. HEX triplet: 36, B1 and 3F. RGB value is (54,177,63). Sum of RGB (Red+Green+Blue) = 54+177+63=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #36B13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B13F is #C94EC0. Grayscale: #7F7F7F. Windows color (decimal): -13192897 or 4174134. OLE color: 4174134.

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

Color convert

RGB5417763-
CMYK0.6900.640.31
HSL124.39º53.25%45.29%-
HSV(B)124.39º69.49%69.41%-
XYZ18.1432.5910.04-
YUV127.2391.7575.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 177 (69.53% from 255) = 60.20%
BLUE value IS 63 (25% from 255) = 21.43%
R=18.37%
G=60.20%
B=21.43%

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
Decimal54177630.6900.640.31124.3953.2545.29
Hex36B13F450401F7c352d
Octal66261771050100371746555
Binary11011010110001111111100010101000000111111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,177,63); }

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

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

 a { background-color: rgb(54,177,63); }

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

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

 span { border-color: rgb(54,177,63); }

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