#35A73A

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

Shades of Fruit Salad #35A73A

Tints of Fruit Salad #35A73A

Color information

#35A73A (or 0x35A73A) is unknown color: approx Fruit Salad. HEX triplet: 35, A7 and 3A. RGB value is (53,167,58). Sum of RGB (Red+Green+Blue) = 53+167+58=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 167 (65.62% from 255 or 60.07% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 167 - color contains mainly: green. Hex color #35A73A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A73A is #CA58C5. Grayscale: #787878. Windows color (decimal): -13260998 or 3843893. OLE color: 3843893.

HSL color Cylindrical-coordinate representation of color #35A73A: hue angle of 122.63º degrees, saturation: 0.52, 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 #35A73A is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB5316758-
CMYK0.6800.650.35
HSL122.63º51.82%43.14%-
HSV(B)122.63º68.26%65.49%-
XYZ16.0528.78.7-
YUV120.4992.7379.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 167 (65.62% from 255) = 60.07%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=19.06%
G=60.07%
B=20.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53167580.6800.650.35122.6351.8243.14
Hex35A73A44041237b342b
Octal65247721040101431736453
Binary110101101001111110101000100010000011000111111011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,167,58); }

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

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

 a { background-color: rgb(53,167,58); }

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

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

 span { border-color: rgb(53,167,58); }

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