#469852

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

Shades of Fruit Salad #469852

Tints of Fruit Salad #469852

Color information

#469852 (or 0x469852) is unknown color: approx Fruit Salad. HEX triplet: 46, 98 and 52. RGB value is (70,152,82). Sum of RGB (Red+Green+Blue) = 70+152+82=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #469852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469852 is #B967AD. Grayscale: #777777. Windows color (decimal): -12150702 or 5412934. OLE color: 5412934.

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

Color convert

RGB7015282-
CMYK0.5400.460.40
HSL128.78º36.94%43.53%-
HSV(B)128.78º53.95%59.61%-
XYZ15.2824.3711.88-
YUV119.5106.8392.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=23.03%
G=50%
B=26.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152820.5400.460.40128.7836.9443.53
Hex4698523602E2881252c
Octal10623012266056502014554
Binary1000110100110001010010110110010111010100010000001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469852; }

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

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

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

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

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

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

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

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