#469741

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

Shades of Fruit Salad #469741

Tints of Fruit Salad #469741

Color information

#469741 (or 0x469741) is unknown color: approx Fruit Salad. HEX triplet: 46, 97 and 41. RGB value is (70,151,65). Sum of RGB (Red+Green+Blue) = 70+151+65=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #469741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469741 is #B968BE. Grayscale: #757575. Windows color (decimal): -12150975 or 4298566. OLE color: 4298566.

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

Color convert

RGB7015165-
CMYK0.5400.570.41
HSL116.51º39.81%42.35%-
HSV(B)116.51º56.95%59.22%-
XYZ14.5523.828.83-
YUV116.9898.6694.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 151 (59.38% from 255) = 52.80%
BLUE value IS 65 (25.78% from 255) = 22.73%
R=24.48%
G=52.80%
B=22.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70151650.5400.570.41116.5139.8142.35
Hex469741360392975282a
Octal10622710166071511655052
Binary100011010010111100000111011001110011010011110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469741; }

 p { color: rgb(70,151,65); }

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

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

 a { background-color: rgb(70,151,65); }

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

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

 span { border-color: rgb(70,151,65); }

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