#469944

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

Shades of Fruit Salad #469944

Tints of Fruit Salad #469944

Color information

#469944 (or 0x469944) is unknown color: approx Fruit Salad. HEX triplet: 46, 99 and 44. RGB value is (70,153,68). Sum of RGB (Red+Green+Blue) = 70+153+68=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #469944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469944 is #B966BB. Grayscale: #767676. Windows color (decimal): -12150460 or 4495686. OLE color: 4495686.

HSL color Cylindrical-coordinate representation of color #469944: hue angle of 118.59º degrees, saturation: 0.38, 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 #469944 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB7015368-
CMYK0.5400.560.4
HSL118.59º38.46%43.33%-
HSV(B)118.59º55.56%60%-
XYZ14.9624.59.41-
YUV118.4999.593.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=24.05%
G=52.58%
B=23.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70153680.5400.560.4118.5938.4643.33
Hex469944360382877262b
Octal10623110466070501674653
Binary100011010011001100010011011001110001010001110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469944; }

 p { color: rgb(70,153,68); }

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

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

 a { background-color: rgb(70,153,68); }

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

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

 span { border-color: rgb(70,153,68); }

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