Html Css Color HEX #449E4F Fruit Salad

📋 copy color: '#449E4F'

red 68 ◦ green 158 ◦ blue 79

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

Shades of Fruit Salad #449E4F

Tints of Fruit Salad #449E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 22.3%
G = 51.8%
B = 25.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#449E4F (or 0x449E4F) is known color: Fruit Salad. HEX triplet: 44, 9E and 4F. RGB value is (68,158,79). Sum of RGB (Red+Green+Blue) = 68+158+79=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #449E4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E4F is #BB61B0. Grayscale: #7A7A7A. Windows color (decimal): -12280241 or 5217860. OLE color: 5217860.

HSL color Cylindrical-coordinate representation of color #449E4F: hue angle of 127.33º 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 #449E4F is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 158 79 -
CMYK 0.57 0 0.50 0.38
HSL 127.33º 0.4% 0.44% -
HSV(B) 127.33º 0.57% 0.62% -
XYZ 16.02 26.25 11.62 -
YUV 122.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 68 158 79 0.57 0 0.50 0.38 127.33 0.4 0.44
Hex 44 9E 4F 39 0 32 26 7F 28 2C
Octal 104 236 117 71 0 62 46 177 50 54
Binary 1000100 10011110 1001111 111001 0 110010 100110 1111111 101000 101100

Color Harmonies of #449E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E4F

Black with #449E4F

Text Example


Text Example

White with #449E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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