Html Css Color HEX #469049 Fruit Salad

📋 copy color: '#469049'

red 70 ◦ green 144 ◦ blue 73

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

Shades of Fruit Salad #469049

Tints of Fruit Salad #469049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.17%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 24.39%
G = 50.17%
B = 25.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#469049 (or 0x469049) is known color: Fruit Salad. HEX triplet: 46, 90 and 49. RGB value is (70,144,73). Sum of RGB (Red+Green+Blue) = 70+144+73=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #469049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469049 is #B96FB6. Grayscale: #717171. Windows color (decimal): -12152759 or 4821062. OLE color: 4821062.

HSL color Cylindrical-coordinate representation of color #469049: hue angle of 122.43º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469049 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 73 -
CMYK 0.51 0 0.49 0.44
HSL 122.43º 0.35% 0.42% -
HSV(B) 122.43º 0.51% 0.56% -
XYZ 13.7 21.73 9.78 -
YUV 113.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 70 144 73 0.51 0 0.49 0.44 122.43 0.35 0.42
Hex 46 90 49 33 0 31 2C 7A 23 2A
Octal 106 220 111 63 0 61 54 172 43 52
Binary 1000110 10010000 1001001 110011 0 110001 101100 1111010 100011 101010

Color Harmonies of #469049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469049

Black with #469049

Text Example


Text Example

White with #469049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469049; }

 p { color: rgb(70,144,73); }

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

background-color css

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

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

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

border-color css

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

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

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