Html Css Color HEX #469146 Fruit Salad

📋 copy color: '#469146'

red 70 ◦ green 145 ◦ blue 70

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

Shades of Fruit Salad #469146

Tints of Fruit Salad #469146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 24.56%
G = 50.88%
B = 24.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#469146 (or 0x469146) is known color: Fruit Salad. HEX triplet: 46, 91 and 46. RGB value is (70,145,70). Sum of RGB (Red+Green+Blue) = 70+145+70=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #469146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469146 is #B96EB9. Grayscale: #727272. Windows color (decimal): -12152506 or 4624710. OLE color: 4624710.

HSL color Cylindrical-coordinate representation of color #469146: hue angle of 120º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469146 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 70 -
CMYK 0.52 0 0.52 0.43
HSL 120º 0.35% 0.42% -
HSV(B) 120º 0.52% 0.57% -
XYZ 13.76 22 9.31 -
YUV 114.03 103.15 96.6 -
System Red Green Blue C M Y K H S L
Decimal 70 145 70 0.52 0 0.52 0.43 120 0.35 0.42
Hex 46 91 46 34 0 34 2B 78 23 2A
Octal 106 221 106 64 0 64 53 170 43 52
Binary 1000110 10010001 1000110 110100 0 110100 101011 1111000 100011 101010

Color Harmonies of #469146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469146

Black with #469146

Text Example


Text Example

White with #469146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469146; }

 p { color: rgb(70,145,70); }

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

background-color css

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

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

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

border-color css

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

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

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