Html Css Color HEX #449245 Fruit Salad

📋 copy color: '#449245'

red 68 ◦ green 146 ◦ blue 69

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

Shades of Fruit Salad #449245

Tints of Fruit Salad #449245

RGB

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

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

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

R = 24.03%
G = 51.59%
B = 24.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#449245 (or 0x449245) is known color: Fruit Salad. HEX triplet: 44, 92 and 45. RGB value is (68,146,69). Sum of RGB (Red+Green+Blue) = 68+146+69=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #449245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449245 is #BB6DBA. Grayscale: #727272. Windows color (decimal): -12283323 or 4559428. OLE color: 4559428.

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

Color convert

RGB 68 146 69 -
CMYK 0.53 0 0.53 0.43
HSL 120.77º 0.36% 0.42% -
HSV(B) 120.77º 0.53% 0.57% -
XYZ 13.74 22.22 9.19 -
YUV 113.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 68 146 69 0.53 0 0.53 0.43 120.77 0.36 0.42
Hex 44 92 45 35 0 35 2B 79 24 2A
Octal 104 222 105 65 0 65 53 171 44 52
Binary 1000100 10010010 1000101 110101 0 110101 101011 1111001 100100 101010

Color Harmonies of #449245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449245

Black with #449245

Text Example


Text Example

White with #449245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449245; }

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

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

background-color css

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

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

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

border-color css

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

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

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