#35B547

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

Shades of Fruit Salad #35B547

Tints of Fruit Salad #35B547

Color information

#35B547 (or 0x35B547) is unknown color: approx Fruit Salad. HEX triplet: 35, B5 and 47. RGB value is (53,181,71). Sum of RGB (Red+Green+Blue) = 53+181+71=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #35B547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B547 is #CA4AB8. Grayscale: #828282. Windows color (decimal): -13257401 or 4699445. OLE color: 4699445.

HSL color Cylindrical-coordinate representation of color #35B547: hue angle of 128.44º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B547 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB5318171-
CMYK0.7100.610.29
HSL128.44º54.7%45.88%-
HSV(B)128.44º70.72%70.98%-
XYZ19.1334.2611.57-
YUV130.1994.5972.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 181 (71.09% from 255) = 59.34%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=17.38%
G=59.34%
B=23.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53181710.7100.610.29128.4454.745.88
Hex35B5474703D1D80372e
Octal65265107107075352006756
Binary110101101101011000111100011101111011110110000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,71); }

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

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

 a { background-color: rgb(53,181,71); }

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

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

 span { border-color: rgb(53,181,71); }

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