#33A141

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

Shades of Fruit Salad #33A141

Tints of Fruit Salad #33A141

Color information

#33A141 (or 0x33A141) is unknown color: approx Fruit Salad. HEX triplet: 33, A1 and 41. RGB value is (51,161,65). Sum of RGB (Red+Green+Blue) = 51+161+65=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #33A141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A141 is #CC5EBE. Grayscale: #757575. Windows color (decimal): -13393599 or 4301107. OLE color: 4301107.

HSL color Cylindrical-coordinate representation of color #33A141: hue angle of 127.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A141 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB5116165-
CMYK0.6800.600.37
HSL127.64º51.89%41.57%-
HSV(B)127.64º68.32%63.14%-
XYZ15.0626.589.34-
YUV117.1798.5680.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 161 (63.28% from 255) = 58.12%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=18.41%
G=58.12%
B=23.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51161650.6800.600.37127.6451.8941.57
Hex33A1414403C2580342a
Octal63241101104074452006452
Binary1100111010000110000011000100011110010010110000000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A141; }

 p { color: rgb(51,161,65); }

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

<style>
 a { background-color: #33A141; }

 a { background-color: rgb(51,161,65); }

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

<style>
 span { border-color: #33A141; }

 span { border-color: rgb(51,161,65); }

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