Html Css Color HEX #449E45 Fruit Salad

📋 copy color: '#449E45'

red 68 ◦ green 158 ◦ blue 69

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

Shades of Fruit Salad #449E45

Tints of Fruit Salad #449E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 23.05%
G = 53.56%
B = 23.39%

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

#449E45 (or 0x449E45) is known color: Fruit Salad. HEX triplet: 44, 9E and 45. RGB value is (68,158,69). Sum of RGB (Red+Green+Blue) = 68+158+69=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #449E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E45 is #BB61BA. Grayscale: #797979. Windows color (decimal): -12280251 or 4562500. OLE color: 4562500.

HSL color Cylindrical-coordinate representation of color #449E45: hue angle of 120.67º 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 #449E45 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 158 69 -
CMYK 0.57 0 0.56 0.38
HSL 120.67º 0.4% 0.44% -
HSV(B) 120.67º 0.57% 0.62% -
XYZ 15.68 26.11 9.84 -
YUV 120.94 98.68 90.24 -
System Red Green Blue C M Y K H S L
Decimal 68 158 69 0.57 0 0.56 0.38 120.67 0.4 0.44
Hex 44 9E 45 39 0 38 26 79 28 2C
Octal 104 236 105 71 0 70 46 171 50 54
Binary 1000100 10011110 1000101 111001 0 111000 100110 1111001 101000 101100

Color Harmonies of #449E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E45

Black with #449E45

Text Example


Text Example

White with #449E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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