#469C42

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

Shades of Fruit Salad #469C42

Tints of Fruit Salad #469C42

Color information

#469C42 (or 0x469C42) is unknown color: approx Fruit Salad. HEX triplet: 46, 9C and 42. RGB value is (70,156,66). Sum of RGB (Red+Green+Blue) = 70+156+66=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #469C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C42 is #B963BD. Grayscale: #787878. Windows color (decimal): -12149694 or 4365382. OLE color: 4365382.

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

Color convert

RGB7015666-
CMYK0.5500.580.39
HSL117.33º40.54%43.53%-
HSV(B)117.33º57.69%61.18%-
XYZ15.425.479.26-
YUV120.0397.5192.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 156 (61.33% from 255) = 53.42%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=23.97%
G=53.42%
B=22.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156660.5500.580.39117.3340.5443.53
Hex469C423703A2775292c
Octal10623410267072471655154
Binary100011010011100100001011011101110101001111110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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