#35B446

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

Shades of Fruit Salad #35B446

Tints of Fruit Salad #35B446

Color information

#35B446 (or 0x35B446) is unknown color: approx Fruit Salad. HEX triplet: 35, B4 and 46. RGB value is (53,180,70). Sum of RGB (Red+Green+Blue) = 53+180+70=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #35B446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B446 is #CA4BB9. Grayscale: #818181. Windows color (decimal): -13257658 or 4633653. OLE color: 4633653.

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

Color convert

RGB5318070-
CMYK0.7100.610.29
HSL128.03º54.51%45.69%-
HSV(B)128.03º70.56%70.59%-
XYZ18.8933.8411.33-
YUV129.4994.4273.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 180 (70.70% from 255) = 59.41%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=17.49%
G=59.41%
B=23.10%

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
Decimal53180700.7100.610.29128.0354.5145.69
Hex35B4464703D1D80372e
Octal65264106107075352006756
Binary110101101101001000110100011101111011110110000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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