Html Css Color HEX #449041 Fruit Salad

📋 copy color: '#449041'

red 68 ◦ green 144 ◦ blue 65

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

Shades of Fruit Salad #449041

Tints of Fruit Salad #449041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.99%

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

R = 24.55%
G = 51.99%
B = 23.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#449041 (or 0x449041) is known color: Fruit Salad. HEX triplet: 44, 90 and 41. RGB value is (68,144,65). Sum of RGB (Red+Green+Blue) = 68+144+65=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #449041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449041 is #BB6FBE. Grayscale: #707070. Windows color (decimal): -12283839 or 4296772. OLE color: 4296772.

HSL color Cylindrical-coordinate representation of color #449041: hue angle of 117.72º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449041 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 65 -
CMYK 0.53 0 0.55 0.44
HSL 117.72º 0.38% 0.41% -
HSV(B) 117.72º 0.55% 0.56% -
XYZ 13.31 21.56 8.46 -
YUV 112.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 68 144 65 0.53 0 0.55 0.44 117.72 0.38 0.41
Hex 44 90 41 35 0 37 2C 76 26 29
Octal 104 220 101 65 0 67 54 166 46 51
Binary 1000100 10010000 1000001 110101 0 110111 101100 1110110 100110 101001

Color Harmonies of #449041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449041

Black with #449041

Text Example


Text Example

White with #449041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449041; }

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

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

background-color css

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

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

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

border-color css

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

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

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