#469D42

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

Shades of Fruit Salad #469D42

Tints of Fruit Salad #469D42

Color information

#469D42 (or 0x469D42) is unknown color: approx Fruit Salad. HEX triplet: 46, 9D and 42. RGB value is (70,157,66). Sum of RGB (Red+Green+Blue) = 70+157+66=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #469D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D42 is #B962BD. Grayscale: #787878. Windows color (decimal): -12149438 or 4365638. OLE color: 4365638.

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

Color convert

RGB7015766-
CMYK0.5500.580.38
HSL117.36º40.81%43.73%-
HSV(B)117.36º57.96%61.57%-
XYZ15.5725.819.32-
YUV120.6197.1891.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 157 (61.72% from 255) = 53.58%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=23.89%
G=53.58%
B=22.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70157660.5500.580.38117.3640.8143.73
Hex469D423703A2675292c
Octal10623510267072461655154
Binary100011010011101100001011011101110101001101110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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