Html Css Color HEX #449740 Fruit Salad

📋 copy color: '#449740'

red 68 ◦ green 151 ◦ blue 64

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

Shades of Fruit Salad #449740

Tints of Fruit Salad #449740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.36%

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

R = 24.03%
G = 53.36%
B = 22.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#449740 (or 0x449740) is known color: Fruit Salad. HEX triplet: 44, 97 and 40. RGB value is (68,151,64). Sum of RGB (Red+Green+Blue) = 68+151+64=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #449740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449740 is #BB68BF. Grayscale: #747474. Windows color (decimal): -12282048 or 4233028. OLE color: 4233028.

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

Color convert

RGB 68 151 64 -
CMYK 0.55 0 0.58 0.41
HSL 117.24º 0.4% 0.42% -
HSV(B) 117.24º 0.58% 0.59% -
XYZ 14.38 23.73 8.67 -
YUV 116.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 68 151 64 0.55 0 0.58 0.41 117.24 0.4 0.42
Hex 44 97 40 37 0 3A 29 75 28 2A
Octal 104 227 100 67 0 72 51 165 50 52
Binary 1000100 10010111 1000000 110111 0 111010 101001 1110101 101000 101010

Color Harmonies of #449740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449740

Black with #449740

Text Example


Text Example

White with #449740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449740; }

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

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

background-color css

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

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

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

border-color css

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

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

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