Html Css Color HEX #449340 Fruit Salad

📋 copy color: '#449340'

red 68 ◦ green 147 ◦ blue 64

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

Shades of Fruit Salad #449340

Tints of Fruit Salad #449340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.69%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 24.37%
G = 52.69%
B = 22.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#449340 (or 0x449340) is known color: Fruit Salad. HEX triplet: 44, 93 and 40. RGB value is (68,147,64). Sum of RGB (Red+Green+Blue) = 68+147+64=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #449340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449340 is #BB6CBF. Grayscale: #727272. Windows color (decimal): -12283072 or 4232004. OLE color: 4232004.

HSL color Cylindrical-coordinate representation of color #449340: hue angle of 117.11º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449340 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 64 -
CMYK 0.54 0 0.56 0.42
HSL 117.11º 0.39% 0.41% -
HSV(B) 117.11º 0.56% 0.58% -
XYZ 13.74 22.47 8.46 -
YUV 113.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 68 147 64 0.54 0 0.56 0.42 117.11 0.39 0.41
Hex 44 93 40 36 0 38 2A 75 27 29
Octal 104 223 100 66 0 70 52 165 47 51
Binary 1000100 10010011 1000000 110110 0 111000 101010 1110101 100111 101001

Color Harmonies of #449340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449340

Black with #449340

Text Example


Text Example

White with #449340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449340; }

 p { color: rgb(68,147,64); }

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

background-color css

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

 a { background-color: rgb(68,147,64); }

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

border-color css

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

 span { border-color: rgb(68,147,64); }

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