Html Css Color HEX #449C4D Fruit Salad

📋 copy color: '#449C4D'

red 68 ◦ green 156 ◦ blue 77

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

Shades of Fruit Salad #449C4D

Tints of Fruit Salad #449C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.83%

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

R = 22.59%
G = 51.83%
B = 25.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#449C4D (or 0x449C4D) is known color: Fruit Salad. HEX triplet: 44, 9C and 4D. RGB value is (68,156,77). Sum of RGB (Red+Green+Blue) = 68+156+77=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #449C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C4D is #BB63B2. Grayscale: #787878. Windows color (decimal): -12280755 or 5086276. OLE color: 5086276.

HSL color Cylindrical-coordinate representation of color #449C4D: hue angle of 126.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C4D is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 77 -
CMYK 0.56 0 0.51 0.39
HSL 126.14º 0.39% 0.44% -
HSV(B) 126.14º 0.56% 0.61% -
XYZ 15.61 25.54 11.13 -
YUV 120.68 103.35 90.42 -
System Red Green Blue C M Y K H S L
Decimal 68 156 77 0.56 0 0.51 0.39 126.14 0.39 0.44
Hex 44 9C 4D 38 0 33 27 7E 27 2C
Octal 104 234 115 70 0 63 47 176 47 54
Binary 1000100 10011100 1001101 111000 0 110011 100111 1111110 100111 101100

Color Harmonies of #449C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C4D

Black with #449C4D

Text Example


Text Example

White with #449C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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