#35B447

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

Shades of Fruit Salad #35B447

Tints of Fruit Salad #35B447

Color information

#35B447 (or 0x35B447) is unknown color: approx Fruit Salad. HEX triplet: 35, B4 and 47. RGB value is (53,180,71). Sum of RGB (Red+Green+Blue) = 53+180+71=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #35B447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B447 is #CA4BB8. Grayscale: #818181. Windows color (decimal): -13257657 or 4699189. OLE color: 4699189.

HSL color Cylindrical-coordinate representation of color #35B447: hue angle of 128.5º 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 #35B447 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB5318071-
CMYK0.7100.610.29
HSL128.5º54.51%45.69%-
HSV(B)128.5º70.56%70.59%-
XYZ18.9333.8511.5-
YUV129.694.9273.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 180 (70.70% from 255) = 59.21%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=17.43%
G=59.21%
B=23.36%

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
Decimal53180710.7100.610.29128.554.5145.69
Hex35B4474703D1D81372e
Octal65264107107075352016756
Binary110101101101001000111100011101111011110110000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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