#42914B

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

Shades of Fruit Salad #42914B

Tints of Fruit Salad #42914B

Color information

#42914B (or 0x42914B) is unknown color: approx Fruit Salad. HEX triplet: 42, 91 and 4B. RGB value is (66,145,75). Sum of RGB (Red+Green+Blue) = 66+145+75=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #42914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42914B is #BD6EB4. Grayscale: #717171. Windows color (decimal): -12414645 or 4952386. OLE color: 4952386.

HSL color Cylindrical-coordinate representation of color #42914B: hue angle of 126.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42914B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB6614575-
CMYK0.5400.480.43
HSL126.84º37.44%41.37%-
HSV(B)126.84º54.48%56.86%-
XYZ13.6421.9210.17-
YUV113.4106.3394.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=23.08%
G=50.70%
B=26.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145750.5400.480.43126.8437.4441.37
Hex42914B360302B7f2529
Octal10222111366060531774551
Binary100001010010001100101111011001100001010111111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42914B; }

 p { color: rgb(66,145,75); }

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

<style>
 a { background-color: #42914B; }

 a { background-color: rgb(66,145,75); }

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

<style>
 span { border-color: #42914B; }

 span { border-color: rgb(66,145,75); }

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