#35953E

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

Shades of Fruit Salad #35953E

Tints of Fruit Salad #35953E

Color information

#35953E (or 0x35953E) is unknown color: approx Fruit Salad. HEX triplet: 35, 95 and 3E. RGB value is (53,149,62). Sum of RGB (Red+Green+Blue) = 53+149+62=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #35953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35953E is #CA6AC1. Grayscale: #6E6E6E. Windows color (decimal): -13265602 or 4101429. OLE color: 4101429.

HSL color Cylindrical-coordinate representation of color #35953E: hue angle of 125.62º 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 #35953E is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5314962-
CMYK0.6400.580.42
HSL125.62º47.52%39.61%-
HSV(B)125.62º64.43%58.43%-
XYZ13.0922.68.23-
YUV110.38100.787.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 149 (58.59% from 255) = 56.44%
BLUE value IS 62 (24.61% from 255) = 23.48%
R=20.08%
G=56.44%
B=23.48%

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
Decimal53149620.6400.580.42125.6247.5239.61
Hex35953E4003A2A7e3028
Octal6522576100072521766050
Binary11010110010101111110100000001110101010101111110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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