#35933F

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

Shades of Fruit Salad #35933F

Tints of Fruit Salad #35933F

Color information

#35933F (or 0x35933F) is unknown color: approx Fruit Salad. HEX triplet: 35, 93 and 3F. RGB value is (53,147,63). Sum of RGB (Red+Green+Blue) = 53+147+63=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #35933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35933F is #CA6CC0. Grayscale: #6D6D6D. Windows color (decimal): -13266113 or 4166453. OLE color: 4166453.

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

Color convert

RGB5314763-
CMYK0.6400.570.42
HSL126.38º47%39.22%-
HSV(B)126.38º63.95%57.65%-
XYZ12.821.988.27-
YUV109.32101.8687.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 147 (57.81% from 255) = 55.89%
BLUE value IS 63 (25% from 255) = 23.95%
R=20.15%
G=55.89%
B=23.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147630.6400.570.42126.384739.22
Hex35933F400392A7e2f27
Octal6522377100071521765747
Binary11010110010011111111100000001110011010101111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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