#33AE45

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

Shades of Fruit Salad #33AE45

Tints of Fruit Salad #33AE45

Color information

#33AE45 (or 0x33AE45) is unknown color: approx Fruit Salad. HEX triplet: 33, AE and 45. RGB value is (51,174,69). Sum of RGB (Red+Green+Blue) = 51+174+69=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #33AE45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AE45 is #CC51BA. Grayscale: #7D7D7D. Windows color (decimal): -13390267 or 4566579. OLE color: 4566579.

HSL color Cylindrical-coordinate representation of color #33AE45: hue angle of 128.78º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AE45 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB5117469-
CMYK0.7100.600.32
HSL128.78º54.67%44.12%-
HSV(B)128.78º70.69%68.24%-
XYZ17.5831.4110.77-
YUV125.2596.2575.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 174 (68.36% from 255) = 59.18%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=17.35%
G=59.18%
B=23.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51174690.7100.600.32128.7854.6744.12
Hex33AE454703C2081372c
Octal63256105107074402016754
Binary1100111010111010001011000111011110010000010000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,174,69); }

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

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

 a { background-color: rgb(51,174,69); }

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

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

 span { border-color: rgb(51,174,69); }

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