#35a634

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

Shades of Fruit Salad #35A634

Tints of Fruit Salad #35A634

Color information

#35A634 (or 0x35A634) is unknown color: approx Fruit Salad. HEX triplet: 35, A6 and 34. RGB value is (53,166,52). Sum of RGB (Red+Green+Blue) = 53+166+52=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #35A634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A634 is #CA59CB. Grayscale: #777777. Windows color (decimal): -13261260 or 3450421. OLE color: 3450421.

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

Color convert

RGB5316652-
CMYK0.6800.690.35
HSL119.47º52.29%42.75%-
HSV(B)119.47º68.67%65.1%-
XYZ15.7228.287.88-
YUV119.2290.0680.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 166 (65.23% from 255) = 61.25%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=19.56%
G=61.25%
B=19.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166520.6800.690.35119.4752.2942.75
Hex35A634440452377342b
Octal65246641040105431676453
Binary110101101001101101001000100010001011000111110111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35a634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,52); }

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

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

 a { background-color: rgb(53,166,52); }

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

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

 span { border-color: rgb(53,166,52); }

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