Html Css Color HEX #449F46 Fruit Salad

📋 copy color: '#449F46'

red 68 ◦ green 159 ◦ blue 70

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

Shades of Fruit Salad #449F46

Tints of Fruit Salad #449F46

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.54%

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 22.9%
G = 53.54%
B = 23.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#449F46 (or 0x449F46) is known color: Fruit Salad. HEX triplet: 44, 9F and 46. RGB value is (68,159,70). Sum of RGB (Red+Green+Blue) = 68+159+70=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #449F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F46 is #BB60B9. Grayscale: #797979. Windows color (decimal): -12279994 or 4628292. OLE color: 4628292.

HSL color Cylindrical-coordinate representation of color #449F46: hue angle of 121.32º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F46 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 70 -
CMYK 0.57 0 0.56 0.38
HSL 121.32º 0.4% 0.45% -
HSV(B) 121.32º 0.57% 0.62% -
XYZ 15.89 26.47 10.07 -
YUV 121.65 98.85 89.74 -
System Red Green Blue C M Y K H S L
Decimal 68 159 70 0.57 0 0.56 0.38 121.32 0.4 0.45
Hex 44 9F 46 39 0 38 26 79 28 2D
Octal 104 237 106 71 0 70 46 171 50 55
Binary 1000100 10011111 1000110 111001 0 111000 100110 1111001 101000 101101

Color Harmonies of #449F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F46

Black with #449F46

Text Example


Text Example

White with #449F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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