Html Css Color HEX #449E44 Fruit Salad

📋 copy color: '#449E44'

red 68 ◦ green 158 ◦ blue 68

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

Shades of Fruit Salad #449E44

Tints of Fruit Salad #449E44

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.74%

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 23.13%
G = 53.74%
B = 23.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#449E44 (or 0x449E44) is known color: Fruit Salad. HEX triplet: 44, 9E and 44. RGB value is (68,158,68). Sum of RGB (Red+Green+Blue) = 68+158+68=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #449E44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E44 is #BB61BB. Grayscale: #797979. Windows color (decimal): -12280252 or 4496964. OLE color: 4496964.

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

Color convert

RGB 68 158 68 -
CMYK 0.57 0 0.57 0.38
HSL 120º 0.4% 0.44% -
HSV(B) 120º 0.57% 0.62% -
XYZ 15.65 26.1 9.68 -
YUV 120.83 98.18 90.32 -
System Red Green Blue C M Y K H S L
Decimal 68 158 68 0.57 0 0.57 0.38 120 0.4 0.44
Hex 44 9E 44 39 0 39 26 78 28 2C
Octal 104 236 104 71 0 71 46 170 50 54
Binary 1000100 10011110 1000100 111001 0 111001 100110 1111000 101000 101100

Color Harmonies of #449E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E44

Black with #449E44

Text Example


Text Example

White with #449E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,158,68); }

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

background-color css

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

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

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

border-color css

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

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

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