#35993B

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

Shades of Fruit Salad #35993B

Tints of Fruit Salad #35993B

Color information

#35993B (or 0x35993B) is unknown color: approx Fruit Salad. HEX triplet: 35, 99 and 3B. RGB value is (53,153,59). Sum of RGB (Red+Green+Blue) = 53+153+59=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #35993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35993B is #CA66C4. Grayscale: #707070. Windows color (decimal): -13264581 or 3905845. OLE color: 3905845.

HSL color Cylindrical-coordinate representation of color #35993B: hue angle of 123.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35993B is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB5315359-
CMYK0.6500.610.4
HSL123.6º48.54%40.39%-
HSV(B)123.6º65.36%60%-
XYZ13.6523.868.02-
YUV112.3897.8785.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 153 (60.16% from 255) = 57.74%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=20%
G=57.74%
B=22.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53153590.6500.610.4123.648.5440.39
Hex35993B4103D287c3128
Octal6523173101075501746150
Binary11010110011001111011100000101111011010001111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35993B; }

 p { color: rgb(53,153,59); }

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

<style>
 a { background-color: #35993B; }

 a { background-color: rgb(53,153,59); }

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

<style>
 span { border-color: #35993B; }

 span { border-color: rgb(53,153,59); }

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