#35AB38

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

Shades of Fruit Salad #35AB38

Tints of Fruit Salad #35AB38

Color information

#35AB38 (or 0x35AB38) is unknown color: approx Fruit Salad. HEX triplet: 35, AB and 38. RGB value is (53,171,56). Sum of RGB (Red+Green+Blue) = 53+171+56=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AB38 is #CA54C7. Grayscale: #7A7A7A. Windows color (decimal): -13259976 or 3713845. OLE color: 3713845.

HSL color Cylindrical-coordinate representation of color #35AB38: hue angle of 121.53º 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 #35AB38 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB5317156-
CMYK0.6900.670.33
HSL121.53º52.68%43.92%-
HSV(B)121.53º69.01%67.06%-
XYZ16.7430.178.68-
YUV122.6190.4178.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 171 (67.19% from 255) = 61.07%
BLUE value IS 56 (22.27% from 255) = 20%
R=18.93%
G=61.07%
B=20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171560.6900.670.33121.5352.6843.92
Hex35AB3845043217a352c
Octal65253701050103411726554
Binary110101101010111110001000101010000111000011111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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