#42AC38

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

Shades of Fruit Salad #42AC38

Tints of Fruit Salad #42AC38

Color information

#42AC38 (or 0x42AC38) is unknown color: approx Fruit Salad. HEX triplet: 42, AC and 38. RGB value is (66,172,56). Sum of RGB (Red+Green+Blue) = 66+172+56=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC38 is #BD53C7. Grayscale: #7F7F7F. Windows color (decimal): -12407752 or 3714114. OLE color: 3714114.

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

Color convert

RGB6617256-
CMYK0.6200.670.33
HSL114.83º50.88%44.71%-
HSV(B)114.83º67.44%67.45%-
XYZ17.7130.958.78-
YUV127.0887.8884.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 172 (67.58% from 255) = 58.50%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=22.45%
G=58.50%
B=19.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172560.6200.670.33114.8350.8844.71
Hex42AC383E0432173332d
Octal10225470760103411636355
Binary100001010101100111000111110010000111000011110011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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