#469F3A

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

Shades of Fruit Salad #469F3A

Tints of Fruit Salad #469F3A

Color information

#469F3A (or 0x469F3A) is unknown color: approx Fruit Salad. HEX triplet: 46, 9F and 3A. RGB value is (70,159,58). Sum of RGB (Red+Green+Blue) = 70+159+58=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #469F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F3A is #B960C5. Grayscale: #797979. Windows color (decimal): -12148934 or 3841862. OLE color: 3841862.

HSL color Cylindrical-coordinate representation of color #469F3A: hue angle of 112.87º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469F3A is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB7015958-
CMYK0.5600.640.38
HSL112.87º46.54%42.55%-
HSV(B)112.87º63.52%62.35%-
XYZ15.6926.48.27-
YUV120.8892.5191.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 159 (62.5% from 255) = 55.40%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=24.39%
G=55.40%
B=20.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70159580.5600.640.38112.8746.5442.55
Hex469F3A3804026712f2b
Octal10623772700100461615753
Binary100011010011111111010111000010000001001101110001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,159,58); }

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

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

 a { background-color: rgb(70,159,58); }

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

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

 span { border-color: rgb(70,159,58); }

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