#469D51

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

Shades of Fruit Salad #469D51

Tints of Fruit Salad #469D51

Color information

#469D51 (or 0x469D51) is unknown color: approx Fruit Salad. HEX triplet: 46, 9D and 51. RGB value is (70,157,81). Sum of RGB (Red+Green+Blue) = 70+157+81=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #469D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D51 is #B962AE. Grayscale: #7A7A7A. Windows color (decimal): -12149423 or 5348678. OLE color: 5348678.

HSL color Cylindrical-coordinate representation of color #469D51: hue angle of 127.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D51 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB7015781-
CMYK0.5500.480.38
HSL127.59º38.33%44.51%-
HSV(B)127.59º55.41%61.57%-
XYZ16.0726.0111.96-
YUV122.32104.6890.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 157 (61.72% from 255) = 50.97%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=22.73%
G=50.97%
B=26.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70157810.5500.480.38127.5938.3344.51
Hex469D51370302680262d
Octal10623512167060462004655
Binary1000110100111011010001110111011000010011010000000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469D51; }

 p { color: rgb(70,157,81); }

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

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

 a { background-color: rgb(70,157,81); }

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

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

 span { border-color: rgb(70,157,81); }

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