#36B041

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

Shades of Fruit Salad #36B041

Tints of Fruit Salad #36B041

Color information

#36B041 (or 0x36B041) is unknown color: approx Fruit Salad. HEX triplet: 36, B0 and 41. RGB value is (54,176,65). Sum of RGB (Red+Green+Blue) = 54+176+65=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #36B041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B041 is #C94FBE. Grayscale: #7F7F7F. Windows color (decimal): -13193151 or 4304950. OLE color: 4304950.

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

Color convert

RGB5417665-
CMYK0.6900.630.31
HSL125.41º53.04%45.1%-
HSV(B)125.41º69.32%69.02%-
XYZ1832.2210.27-
YUV126.8793.0876.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 176 (69.14% from 255) = 59.66%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=18.31%
G=59.66%
B=22.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54176650.6900.630.31125.4153.0445.1
Hex36B0414503F1F7d352d
Octal66260101105077371756555
Binary11011010110000100000110001010111111111111111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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