Html Css Color HEX #469044 Fruit Salad

📋 copy color: '#469044'

red 70 ◦ green 144 ◦ blue 68

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

Shades of Fruit Salad #469044

Tints of Fruit Salad #469044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 24.82%
G = 51.06%
B = 24.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#469044 (or 0x469044) is known color: Fruit Salad. HEX triplet: 46, 90 and 44. RGB value is (70,144,68). Sum of RGB (Red+Green+Blue) = 70+144+68=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #469044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469044 is #B96FBB. Grayscale: #717171. Windows color (decimal): -12152764 or 4493382. OLE color: 4493382.

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

Color convert

RGB 70 144 68 -
CMYK 0.51 0 0.53 0.44
HSL 118.42º 0.36% 0.42% -
HSV(B) 118.42º 0.53% 0.56% -
XYZ 13.54 21.67 8.94 -
YUV 113.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 70 144 68 0.51 0 0.53 0.44 118.42 0.36 0.42
Hex 46 90 44 33 0 35 2C 76 24 2A
Octal 106 220 104 63 0 65 54 166 44 52
Binary 1000110 10010000 1000100 110011 0 110101 101100 1110110 100100 101010

Color Harmonies of #469044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469044

Black with #469044

Text Example


Text Example

White with #469044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469044; }

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

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

background-color css

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

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

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

border-color css

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

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

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