Html Css Color HEX #469449 Fruit Salad

📋 copy color: '#469449'

red 70 ◦ green 148 ◦ blue 73

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

Shades of Fruit Salad #469449

Tints of Fruit Salad #469449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

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

R = 24.05%
G = 50.86%
B = 25.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#469449 (or 0x469449) is known color: Fruit Salad. HEX triplet: 46, 94 and 49. RGB value is (70,148,73). Sum of RGB (Red+Green+Blue) = 70+148+73=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #469449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469449 is #B96BB6. Grayscale: #747474. Windows color (decimal): -12151735 or 4822086. OLE color: 4822086.

HSL color Cylindrical-coordinate representation of color #469449: hue angle of 122.31º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469449 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 73 -
CMYK 0.53 0 0.51 0.42
HSL 122.31º 0.36% 0.43% -
HSV(B) 122.31º 0.53% 0.58% -
XYZ 14.32 22.96 9.98 -
YUV 116.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 70 148 73 0.53 0 0.51 0.42 122.31 0.36 0.43
Hex 46 94 49 35 0 33 2A 7A 24 2B
Octal 106 224 111 65 0 63 52 172 44 53
Binary 1000110 10010100 1001001 110101 0 110011 101010 1111010 100100 101011

Color Harmonies of #469449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469449

Black with #469449

Text Example


Text Example

White with #469449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469449; }

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

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

background-color css

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

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

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

border-color css

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

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

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