#469C48

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

Shades of Fruit Salad #469C48

Tints of Fruit Salad #469C48

Color information

#469C48 (or 0x469C48) is unknown color: approx Fruit Salad. HEX triplet: 46, 9C and 48. RGB value is (70,156,72). Sum of RGB (Red+Green+Blue) = 70+156+72=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #469C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C48 is #B963B7. Grayscale: #787878. Windows color (decimal): -12149688 or 4758598. OLE color: 4758598.

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

Color convert

RGB7015672-
CMYK0.5500.540.39
HSL121.4º38.05%44.31%-
HSV(B)121.4º55.13%61.18%-
XYZ15.5825.5510.24-
YUV120.71100.5191.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 156 (61.33% from 255) = 52.35%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=23.49%
G=52.35%
B=24.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156720.5500.540.39121.438.0544.31
Hex469C48370362779262c
Octal10623411067066471714654
Binary100011010011100100100011011101101101001111111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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