#35A536

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

Shades of Fruit Salad #35A536

Tints of Fruit Salad #35A536

Color information

#35A536 (or 0x35A536) is unknown color: approx Fruit Salad. HEX triplet: 35, A5 and 36. RGB value is (53,165,54). Sum of RGB (Red+Green+Blue) = 53+165+54=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #35A536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A536 is #CA5AC9. Grayscale: #777777. Windows color (decimal): -13261514 or 3581237. OLE color: 3581237.

HSL color Cylindrical-coordinate representation of color #35A536: hue angle of 120.54º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A536 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB5316554-
CMYK0.6800.670.35
HSL120.54º51.38%42.75%-
HSV(B)120.54º67.88%64.71%-
XYZ15.5927.938.06-
YUV118.8691.3981.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 165 (64.84% from 255) = 60.66%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=19.49%
G=60.66%
B=19.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53165540.6800.670.35120.5451.3842.75
Hex35A536440432379332b
Octal65245661040103431716353
Binary110101101001011101101000100010000111000111111001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,165,54); }

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

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

 a { background-color: rgb(53,165,54); }

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

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

 span { border-color: rgb(53,165,54); }

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