#469C44

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

Shades of Fruit Salad #469C44

Tints of Fruit Salad #469C44

Color information

#469C44 (or 0x469C44) is unknown color: approx Fruit Salad. HEX triplet: 46, 9C and 44. RGB value is (70,156,68). Sum of RGB (Red+Green+Blue) = 70+156+68=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #469C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C44 is #B963BB. Grayscale: #787878. Windows color (decimal): -12149692 or 4496454. OLE color: 4496454.

HSL color Cylindrical-coordinate representation of color #469C44: hue angle of 118.64º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469C44 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB7015668-
CMYK0.5500.560.39
HSL118.64º39.29%43.92%-
HSV(B)118.64º56.41%61.18%-
XYZ15.4625.59.58-
YUV120.2598.5192.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 156 (61.33% from 255) = 53.06%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=23.81%
G=53.06%
B=23.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156680.5500.560.39118.6439.2943.92
Hex469C44370382777272c
Octal10623410467070471674754
Binary100011010011100100010011011101110001001111110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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