Html Css Color HEX #449247 Fruit Salad

📋 copy color: '#449247'

red 68 ◦ green 146 ◦ blue 71

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

Shades of Fruit Salad #449247

Tints of Fruit Salad #449247

RGB

 RED value IS 68 (26.95% from 255) = 23.86%

 GREEN value IS 146 (57.42% from 255) = 51.23%

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

R = 23.86%
G = 51.23%
B = 24.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#449247 (or 0x449247) is known color: Fruit Salad. HEX triplet: 44, 92 and 47. RGB value is (68,146,71). Sum of RGB (Red+Green+Blue) = 68+146+71=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #449247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449247 is #BB6DB8. Grayscale: #727272. Windows color (decimal): -12283321 or 4690500. OLE color: 4690500.

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

Color convert

RGB 68 146 71 -
CMYK 0.53 0 0.51 0.43
HSL 122.31º 0.36% 0.42% -
HSV(B) 122.31º 0.53% 0.57% -
XYZ 13.8 22.24 9.53 -
YUV 114.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 68 146 71 0.53 0 0.51 0.43 122.31 0.36 0.42
Hex 44 92 47 35 0 33 2B 7A 24 2A
Octal 104 222 107 65 0 63 53 172 44 52
Binary 1000100 10010010 1000111 110101 0 110011 101011 1111010 100100 101010

Color Harmonies of #449247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449247

Black with #449247

Text Example


Text Example

White with #449247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449247; }

 p { color: rgb(68,146,71); }

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

background-color css

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

 a { background-color: rgb(68,146,71); }

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

border-color css

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

 span { border-color: rgb(68,146,71); }

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