#42983F

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

Shades of Fruit Salad #42983F

Tints of Fruit Salad #42983F

Color information

#42983F (or 0x42983F) is unknown color: approx Fruit Salad. HEX triplet: 42, 98 and 3F. RGB value is (66,152,63). Sum of RGB (Red+Green+Blue) = 66+152+63=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #42983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42983F is #BD67C0. Grayscale: #747474. Windows color (decimal): -12412865 or 4167746. OLE color: 4167746.

HSL color Cylindrical-coordinate representation of color #42983F: hue angle of 117.98º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42983F is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB6615263-
CMYK0.5700.590.40
HSL117.98º41.4%42.16%-
HSV(B)117.98º58.55%59.61%-
XYZ14.3723.978.57-
YUV116.1498.0192.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 152 (59.77% from 255) = 54.09%
BLUE value IS 63 (25% from 255) = 22.42%
R=23.49%
G=54.09%
B=22.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152630.5700.590.40117.9841.442.16
Hex42983F3903B2876292a
Octal1022307771073501665152
Binary10000101001100011111111100101110111010001110110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42983F; }

 p { color: rgb(66,152,63); }

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

<style>
 a { background-color: #42983F; }

 a { background-color: rgb(66,152,63); }

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

<style>
 span { border-color: #42983F; }

 span { border-color: rgb(66,152,63); }

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