#35B042

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

Shades of Fruit Salad #35B042

Tints of Fruit Salad #35B042

Color information

#35B042 (or 0x35B042) is unknown color: approx Fruit Salad. HEX triplet: 35, B0 and 42. RGB value is (53,176,66). Sum of RGB (Red+Green+Blue) = 53+176+66=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #35B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B042 is #CA4FBD. Grayscale: #7E7E7E. Windows color (decimal): -13258686 or 4370485. OLE color: 4370485.

HSL color Cylindrical-coordinate representation of color #35B042: hue angle of 126.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B042 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB5317666-
CMYK0.7000.620.31
HSL126.34º53.71%44.9%-
HSV(B)126.34º69.89%69.02%-
XYZ17.9832.210.42-
YUV126.6893.7575.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 176 (69.14% from 255) = 59.66%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=17.97%
G=59.66%
B=22.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53176660.7000.620.31126.3453.7144.9
Hex35B0424603E1F7e362d
Octal65260102106076371766655
Binary11010110110000100001010001100111110111111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,176,66); }

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

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

 a { background-color: rgb(53,176,66); }

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

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

 span { border-color: rgb(53,176,66); }

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