#35A33D

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

Shades of Fruit Salad #35A33D

Tints of Fruit Salad #35A33D

Color information

#35A33D (or 0x35A33D) is unknown color: approx Fruit Salad. HEX triplet: 35, A3 and 3D. RGB value is (53,163,61). Sum of RGB (Red+Green+Blue) = 53+163+61=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #35A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A33D is #CA5CC2. Grayscale: #767676. Windows color (decimal): -13262019 or 4039477. OLE color: 4039477.

HSL color Cylindrical-coordinate representation of color #35A33D: hue angle of 124.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A33D is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB5316361-
CMYK0.6700.630.36
HSL124.36º50.93%42.35%-
HSV(B)124.36º67.48%63.92%-
XYZ15.4127.298.87-
YUV118.4895.5681.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 163 (64.06% from 255) = 58.84%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=19.13%
G=58.84%
B=22.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163610.6700.630.36124.3650.9342.35
Hex35A33D4303F247c332a
Octal6524375103077441746352
Binary11010110100011111101100001101111111001001111100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,163,61); }

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

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

 a { background-color: rgb(53,163,61); }

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

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

 span { border-color: rgb(53,163,61); }

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