Html Css Color HEX #449447 Fruit Salad

📋 copy color: '#449447'

red 68 ◦ green 148 ◦ blue 71

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

Shades of Fruit Salad #449447

Tints of Fruit Salad #449447

RGB

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

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

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

R = 23.69%
G = 51.57%
B = 24.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#449447 (or 0x449447) is known color: Fruit Salad. HEX triplet: 44, 94 and 47. RGB value is (68,148,71). Sum of RGB (Red+Green+Blue) = 68+148+71=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #449447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449447 is #BB6BB8. Grayscale: #737373. Windows color (decimal): -12282809 or 4691012. OLE color: 4691012.

HSL color Cylindrical-coordinate representation of color #449447: hue angle of 122.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449447 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 71 -
CMYK 0.54 0 0.52 0.42
HSL 122.25º 0.37% 0.42% -
HSV(B) 122.25º 0.54% 0.58% -
XYZ 14.11 22.86 9.63 -
YUV 115.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 68 148 71 0.54 0 0.52 0.42 122.25 0.37 0.42
Hex 44 94 47 36 0 34 2A 7A 25 2A
Octal 104 224 107 66 0 64 52 172 45 52
Binary 1000100 10010100 1000111 110110 0 110100 101010 1111010 100101 101010

Color Harmonies of #449447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449447

Black with #449447

Text Example


Text Example

White with #449447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449447; }

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

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

background-color css

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

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

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

border-color css

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

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

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