#35B043

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

Shades of Fruit Salad #35B043

Tints of Fruit Salad #35B043

Color information

#35B043 (or 0x35B043) is unknown color: approx Fruit Salad. HEX triplet: 35, B0 and 43. RGB value is (53,176,67). Sum of RGB (Red+Green+Blue) = 53+176+67=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #35B043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B043 is #CA4FBC. Grayscale: #7F7F7F. Windows color (decimal): -13258685 or 4436021. OLE color: 4436021.

HSL color Cylindrical-coordinate representation of color #35B043: hue angle of 126.83º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B043 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB5317667-
CMYK0.7000.620.31
HSL126.83º53.71%44.9%-
HSV(B)126.83º69.89%69.02%-
XYZ18.0132.2110.58-
YUV126.894.2575.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 176 (69.14% from 255) = 59.46%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=17.91%
G=59.46%
B=22.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53176670.7000.620.31126.8353.7144.9
Hex35B0434603E1F7f362d
Octal65260103106076371776655
Binary11010110110000100001110001100111110111111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,176,67); }

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

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

 a { background-color: rgb(53,176,67); }

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

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

 span { border-color: rgb(53,176,67); }

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