#469843

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

Shades of Fruit Salad #469843

Tints of Fruit Salad #469843

Color information

#469843 (or 0x469843) is unknown color: approx Fruit Salad. HEX triplet: 46, 98 and 43. RGB value is (70,152,67). Sum of RGB (Red+Green+Blue) = 70+152+67=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #469843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469843 is #B967BC. Grayscale: #767676. Windows color (decimal): -12150717 or 4429894. OLE color: 4429894.

HSL color Cylindrical-coordinate representation of color #469843: hue angle of 117.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469843 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB7015267-
CMYK0.5400.560.40
HSL117.88º38.81%42.94%-
HSV(B)117.88º55.92%59.61%-
XYZ14.7724.169.2-
YUV117.7999.3393.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=24.22%
G=52.60%
B=23.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152670.5400.560.40117.8838.8142.94
Hex469843360382876272b
Octal10623010366070501664753
Binary100011010011000100001111011001110001010001110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469843; }

 p { color: rgb(70,152,67); }

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

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

 a { background-color: rgb(70,152,67); }

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

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

 span { border-color: rgb(70,152,67); }

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