#33A640

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

Shades of Fruit Salad #33A640

Tints of Fruit Salad #33A640

Color information

#33A640 (or 0x33A640) is unknown color: approx Fruit Salad. HEX triplet: 33, A6 and 40. RGB value is (51,166,64). Sum of RGB (Red+Green+Blue) = 51+166+64=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #33A640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A640 is #CC59BF. Grayscale: #787878. Windows color (decimal): -13392320 or 4236851. OLE color: 4236851.

HSL color Cylindrical-coordinate representation of color #33A640: hue angle of 126.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A640 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB5116664-
CMYK0.6900.610.35
HSL126.78º53%42.55%-
HSV(B)126.78º69.28%65.1%-
XYZ15.9328.359.48-
YUV119.9996.478.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 166 (65.23% from 255) = 59.07%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=18.15%
G=59.07%
B=22.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51166640.6900.610.35126.785342.55
Hex33A6404503D237f352b
Octal63246100105075431776553
Binary110011101001101000000100010101111011000111111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,166,64); }

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

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

 a { background-color: rgb(51,166,64); }

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

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

 span { border-color: rgb(51,166,64); }

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