#42973F

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

Shades of Fruit Salad #42973F

Tints of Fruit Salad #42973F

Color information

#42973F (or 0x42973F) is unknown color: approx Fruit Salad. HEX triplet: 42, 97 and 3F. RGB value is (66,151,63). Sum of RGB (Red+Green+Blue) = 66+151+63=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #42973F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42973F is #BD68C0. Grayscale: #737373. Windows color (decimal): -12413121 or 4167490. OLE color: 4167490.

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

Color convert

RGB6615163-
CMYK0.5600.580.41
HSL117.95º41.12%41.96%-
HSV(B)117.95º58.28%59.22%-
XYZ14.2123.658.52-
YUV115.5598.3492.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 151 (59.38% from 255) = 53.93%
BLUE value IS 63 (25% from 255) = 22.5%
R=23.57%
G=53.93%
B=22.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66151630.5600.580.41117.9541.1241.96
Hex42973F3803A2976292a
Octal1022277770072511665152
Binary10000101001011111111111100001110101010011110110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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