Html Css Color HEX #469147 Fruit Salad

📋 copy color: '#469147'

red 70 ◦ green 145 ◦ blue 71

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

Shades of Fruit Salad #469147

Tints of Fruit Salad #469147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.83%

R = 24.48%
G = 50.7%
B = 24.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#469147 (or 0x469147) is known color: Fruit Salad. HEX triplet: 46, 91 and 47. RGB value is (70,145,71). Sum of RGB (Red+Green+Blue) = 70+145+71=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #469147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469147 is #B96EB8. Grayscale: #727272. Windows color (decimal): -12152505 or 4690246. OLE color: 4690246.

HSL color Cylindrical-coordinate representation of color #469147: hue angle of 120.8º 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 #469147 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 71 -
CMYK 0.52 0 0.51 0.43
HSL 120.8º 0.35% 0.42% -
HSV(B) 120.8º 0.52% 0.57% -
XYZ 13.79 22.01 9.48 -
YUV 114.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 70 145 71 0.52 0 0.51 0.43 120.8 0.35 0.42
Hex 46 91 47 34 0 33 2B 79 23 2A
Octal 106 221 107 64 0 63 53 171 43 52
Binary 1000110 10010001 1000111 110100 0 110011 101011 1111001 100011 101010

Color Harmonies of #469147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469147

Black with #469147

Text Example


Text Example

White with #469147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469147; }

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

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

background-color css

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

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

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

border-color css

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

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

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