Html Css Color HEX #449A47 Fruit Salad

📋 copy color: '#449A47'

red 68 ◦ green 154 ◦ blue 71

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

Shades of Fruit Salad #449A47

Tints of Fruit Salad #449A47

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.56%

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

R = 23.21%
G = 52.56%
B = 24.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#449A47 (or 0x449A47) is known color: Fruit Salad. HEX triplet: 44, 9A and 47. RGB value is (68,154,71). Sum of RGB (Red+Green+Blue) = 68+154+71=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #449A47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A47 is #BB65B8. Grayscale: #777777. Windows color (decimal): -12281273 or 4692548. OLE color: 4692548.

HSL color Cylindrical-coordinate representation of color #449A47: hue angle of 122.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A47 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 71 -
CMYK 0.56 0 0.54 0.40
HSL 122.09º 0.39% 0.44% -
HSV(B) 122.09º 0.56% 0.6% -
XYZ 15.08 24.8 9.95 -
YUV 118.82 101.01 91.75 -
System Red Green Blue C M Y K H S L
Decimal 68 154 71 0.56 0 0.54 0.40 122.09 0.39 0.44
Hex 44 9A 47 38 0 36 28 7A 27 2C
Octal 104 232 107 70 0 66 50 172 47 54
Binary 1000100 10011010 1000111 111000 0 110110 101000 1111010 100111 101100

Color Harmonies of #449A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A47

Black with #449A47

Text Example


Text Example

White with #449A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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