Html Css Color HEX #449241 Fruit Salad

📋 copy color: '#449241'

red 68 ◦ green 146 ◦ blue 65

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

Shades of Fruit Salad #449241

Tints of Fruit Salad #449241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

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

R = 24.37%
G = 52.33%
B = 23.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#449241 (or 0x449241) is known color: Fruit Salad. HEX triplet: 44, 92 and 41. RGB value is (68,146,65). Sum of RGB (Red+Green+Blue) = 68+146+65=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #449241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449241 is #BB6DBE. Grayscale: #717171. Windows color (decimal): -12283327 or 4297284. OLE color: 4297284.

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

Color convert

RGB 68 146 65 -
CMYK 0.53 0 0.55 0.43
HSL 117.78º 0.38% 0.41% -
HSV(B) 117.78º 0.55% 0.57% -
XYZ 13.62 22.17 8.56 -
YUV 113.44 100.66 95.59 -
System Red Green Blue C M Y K H S L
Decimal 68 146 65 0.53 0 0.55 0.43 117.78 0.38 0.41
Hex 44 92 41 35 0 37 2B 76 26 29
Octal 104 222 101 65 0 67 53 166 46 51
Binary 1000100 10010010 1000001 110101 0 110111 101011 1110110 100110 101001

Color Harmonies of #449241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449241

Black with #449241

Text Example


Text Example

White with #449241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449241; }

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

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

background-color css

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

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

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

border-color css

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

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

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