Html Css Color HEX #469F42 Fruit Salad

📋 copy color: '#469F42'

red 70 ◦ green 159 ◦ blue 66

#469F42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #469F42

Tints of Fruit Salad #469F42

RGB

 RED value IS 70 (27.73% from 255) = 23.73%

 GREEN value IS 159 (62.5% from 255) = 53.9%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 23.73%
G = 53.9%
B = 22.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#469F42 (or 0x469F42) is known color: Fruit Salad. HEX triplet: 46, 9F and 42. RGB value is (70,159,66). Sum of RGB (Red+Green+Blue) = 70+159+66=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #469F42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F42 is #B960BD. Grayscale: #7A7A7A. Windows color (decimal): -12148926 or 4366150. OLE color: 4366150.

HSL color Cylindrical-coordinate representation of color #469F42: hue angle of 117.42º 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 #469F42 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 159 66 -
CMYK 0.56 0 0.58 0.38
HSL 117.42º 0.41% 0.44% -
HSV(B) 117.42º 0.58% 0.62% -
XYZ 15.91 26.49 9.43 -
YUV 121.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 70 159 66 0.56 0 0.58 0.38 117.42 0.41 0.44
Hex 46 9F 42 38 0 3A 26 75 29 2C
Octal 106 237 102 70 0 72 46 165 51 54
Binary 1000110 10011111 1000010 111000 0 111010 100110 1110101 101001 101100

Color Harmonies of #469F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F42

Black with #469F42

Text Example


Text Example

White with #469F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #469F42;
 }
 .AnyTagClassName
 {
   color: #469F42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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