#35953F

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

Shades of Fruit Salad #35953F

Tints of Fruit Salad #35953F

Color information

#35953F (or 0x35953F) is unknown color: approx Fruit Salad. HEX triplet: 35, 95 and 3F. RGB value is (53,149,63). Sum of RGB (Red+Green+Blue) = 53+149+63=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #35953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35953F is #CA6AC0. Grayscale: #6E6E6E. Windows color (decimal): -13265601 or 4166965. OLE color: 4166965.

HSL color Cylindrical-coordinate representation of color #35953F: hue angle of 126.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35953F is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5314963-
CMYK0.6400.580.42
HSL126.25º47.52%39.61%-
HSV(B)126.25º64.43%58.43%-
XYZ13.1122.618.38-
YUV110.49101.286.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 63 (25% from 255) = 23.77%
R=20%
G=56.23%
B=23.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149630.6400.580.42126.2547.5239.61
Hex35953F4003A2A7e3028
Octal6522577100072521766050
Binary11010110010101111111100000001110101010101111110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35953F; }

 p { color: rgb(53,149,63); }

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

<style>
 a { background-color: #35953F; }

 a { background-color: rgb(53,149,63); }

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

<style>
 span { border-color: #35953F; }

 span { border-color: rgb(53,149,63); }

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