Html Css Color HEX #449F41 Fruit Salad

📋 copy color: '#449F41'

red 68 ◦ green 159 ◦ blue 65

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

Shades of Fruit Salad #449F41

Tints of Fruit Salad #449F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 23.29%
G = 54.45%
B = 22.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#449F41 (or 0x449F41) is known color: Fruit Salad. HEX triplet: 44, 9F and 41. RGB value is (68,159,65). Sum of RGB (Red+Green+Blue) = 68+159+65=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #449F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F41 is #BB60BE. Grayscale: #797979. Windows color (decimal): -12279999 or 4300612. OLE color: 4300612.

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

Color convert

RGB 68 159 65 -
CMYK 0.57 0 0.59 0.38
HSL 118.09º 0.42% 0.44% -
HSV(B) 118.09º 0.59% 0.62% -
XYZ 15.74 26.41 9.27 -
YUV 121.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 68 159 65 0.57 0 0.59 0.38 118.09 0.42 0.44
Hex 44 9F 41 39 0 3B 26 76 2A 2C
Octal 104 237 101 71 0 73 46 166 52 54
Binary 1000100 10011111 1000001 111001 0 111011 100110 1110110 101010 101100

Color Harmonies of #449F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F41

Black with #449F41

Text Example


Text Example

White with #449F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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