Html Css Color HEX #449E4D Fruit Salad

📋 copy color: '#449E4D'

red 68 ◦ green 158 ◦ blue 77

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

Shades of Fruit Salad #449E4D

Tints of Fruit Salad #449E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.15%

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 22.44%
G = 52.15%
B = 25.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#449E4D (or 0x449E4D) is known color: Fruit Salad. HEX triplet: 44, 9E and 4D. RGB value is (68,158,77). Sum of RGB (Red+Green+Blue) = 68+158+77=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #449E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E4D is #BB61B2. Grayscale: #7A7A7A. Windows color (decimal): -12280243 or 5086788. OLE color: 5086788.

HSL color Cylindrical-coordinate representation of color #449E4D: hue angle of 126º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E4D is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 158 77 -
CMYK 0.57 0 0.51 0.38
HSL 126º 0.4% 0.44% -
HSV(B) 126º 0.57% 0.62% -
XYZ 15.95 26.22 11.24 -
YUV 121.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 68 158 77 0.57 0 0.51 0.38 126 0.4 0.44
Hex 44 9E 4D 39 0 33 26 7E 28 2C
Octal 104 236 115 71 0 63 46 176 50 54
Binary 1000100 10011110 1001101 111001 0 110011 100110 1111110 101000 101100

Color Harmonies of #449E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E4D

Black with #449E4D

Text Example


Text Example

White with #449E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449E4D; }

 p { color: rgb(68,158,77); }

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

background-color css

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

 a { background-color: rgb(68,158,77); }

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

border-color css

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

 span { border-color: rgb(68,158,77); }

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