#33A13E

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

Shades of Fruit Salad #33A13E

Tints of Fruit Salad #33A13E

Color information

#33A13E (or 0x33A13E) is unknown color: approx Fruit Salad. HEX triplet: 33, A1 and 3E. RGB value is (51,161,62). Sum of RGB (Red+Green+Blue) = 51+161+62=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #33A13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A13E is #CC5EC1. Grayscale: #757575. Windows color (decimal): -13393602 or 4104499. OLE color: 4104499.

HSL color Cylindrical-coordinate representation of color #33A13E: hue angle of 126º 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 #33A13E is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB5116162-
CMYK0.6800.610.37
HSL126º51.89%41.57%-
HSV(B)126º68.32%63.14%-
XYZ14.9826.548.89-
YUV116.8297.0681.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 161 (63.28% from 255) = 58.76%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=18.61%
G=58.76%
B=22.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51161620.6800.610.3712651.8941.57
Hex33A13E4403D257e342a
Octal6324176104075451766452
Binary11001110100001111110100010001111011001011111110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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