Html Css Color HEX #449442 Fruit Salad

📋 copy color: '#449442'

red 68 ◦ green 148 ◦ blue 66

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

Shades of Fruit Salad #449442

Tints of Fruit Salad #449442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 24.11%
G = 52.48%
B = 23.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#449442 (or 0x449442) is known color: Fruit Salad. HEX triplet: 44, 94 and 42. RGB value is (68,148,66). Sum of RGB (Red+Green+Blue) = 68+148+66=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #449442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449442 is #BB6BBD. Grayscale: #727272. Windows color (decimal): -12282814 or 4363332. OLE color: 4363332.

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

Color convert

RGB 68 148 66 -
CMYK 0.54 0 0.55 0.42
HSL 118.54º 0.38% 0.42% -
HSV(B) 118.54º 0.55% 0.58% -
XYZ 13.96 22.8 8.82 -
YUV 114.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 68 148 66 0.54 0 0.55 0.42 118.54 0.38 0.42
Hex 44 94 42 36 0 37 2A 77 26 2A
Octal 104 224 102 66 0 67 52 167 46 52
Binary 1000100 10010100 1000010 110110 0 110111 101010 1110111 100110 101010

Color Harmonies of #449442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449442

Black with #449442

Text Example


Text Example

White with #449442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449442; }

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

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

background-color css

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

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

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

border-color css

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

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

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