#42AC35

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

Shades of Fruit Salad #42AC35

Tints of Fruit Salad #42AC35

Color information

#42AC35 (or 0x42AC35) is unknown color: approx Fruit Salad. HEX triplet: 42, AC and 35. RGB value is (66,172,53). Sum of RGB (Red+Green+Blue) = 66+172+53=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC35 is #BD53CA. Grayscale: #7F7F7F. Windows color (decimal): -12407755 or 3517506. OLE color: 3517506.

HSL color Cylindrical-coordinate representation of color #42AC35: hue angle of 113.45º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AC35 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB6617253-
CMYK0.6200.690.33
HSL113.45º52.89%44.12%-
HSV(B)113.45º69.19%67.45%-
XYZ17.6430.928.41-
YUV126.7486.3884.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 172 (67.58% from 255) = 59.11%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=22.68%
G=59.11%
B=18.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172530.6200.690.33113.4552.8944.12
Hex42AC353E0452171352c
Octal10225465760105411616554
Binary100001010101100110101111110010001011000011110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AC35; }

 p { color: rgb(66,172,53); }

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

<style>
 a { background-color: #42AC35; }

 a { background-color: rgb(66,172,53); }

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

<style>
 span { border-color: #42AC35; }

 span { border-color: rgb(66,172,53); }

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