Html Css Color HEX #449644 Fruit Salad

📋 copy color: '#449644'

red 68 ◦ green 150 ◦ blue 68

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

Shades of Fruit Salad #449644

Tints of Fruit Salad #449644

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.45%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 23.78%
G = 52.45%
B = 23.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#449644 (or 0x449644) is known color: Fruit Salad. HEX triplet: 44, 96 and 44. RGB value is (68,150,68). Sum of RGB (Red+Green+Blue) = 68+150+68=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #449644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449644 is #BB69BB. Grayscale: #747474. Windows color (decimal): -12282300 or 4494916. OLE color: 4494916.

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

Color convert

RGB 68 150 68 -
CMYK 0.55 0 0.55 0.41
HSL 120º 0.38% 0.43% -
HSV(B) 120º 0.55% 0.59% -
XYZ 14.33 23.46 9.24 -
YUV 116.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 68 150 68 0.55 0 0.55 0.41 120 0.38 0.43
Hex 44 96 44 37 0 37 29 78 26 2B
Octal 104 226 104 67 0 67 51 170 46 53
Binary 1000100 10010110 1000100 110111 0 110111 101001 1111000 100110 101011

Color Harmonies of #449644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449644

Black with #449644

Text Example


Text Example

White with #449644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449644; }

 p { color: rgb(68,150,68); }

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

background-color css

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

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

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

border-color css

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

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

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