#35AB41

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

Shades of Fruit Salad #35AB41

Tints of Fruit Salad #35AB41

Color information

#35AB41 (or 0x35AB41) is unknown color: approx Fruit Salad. HEX triplet: 35, AB and 41. RGB value is (53,171,65). Sum of RGB (Red+Green+Blue) = 53+171+65=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AB41 is #CA54BE. Grayscale: #7B7B7B. Windows color (decimal): -13259967 or 4303669. OLE color: 4303669.

HSL color Cylindrical-coordinate representation of color #35AB41: hue angle of 126.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AB41 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB5317165-
CMYK0.6900.620.33
HSL126.1º52.68%43.92%-
HSV(B)126.1º69.01%67.06%-
XYZ16.9930.269.95-
YUV123.6394.9177.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=18.34%
G=59.17%
B=22.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171650.6900.620.33126.152.6843.92
Hex35AB414503E217e352c
Octal65253101105076411766554
Binary110101101010111000001100010101111101000011111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AB41; }

 p { color: rgb(53,171,65); }

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

<style>
 a { background-color: #35AB41; }

 a { background-color: rgb(53,171,65); }

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

<style>
 span { border-color: #35AB41; }

 span { border-color: rgb(53,171,65); }

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