Html Css Color HEX #449641 Fruit Salad

📋 copy color: '#449641'

red 68 ◦ green 150 ◦ blue 65

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

Shades of Fruit Salad #449641

Tints of Fruit Salad #449641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 24.03%
G = 53%
B = 22.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#449641 (or 0x449641) is known color: Fruit Salad. HEX triplet: 44, 96 and 41. RGB value is (68,150,65). Sum of RGB (Red+Green+Blue) = 68+150+65=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #449641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449641 is #BB69BE. Grayscale: #747474. Windows color (decimal): -12282303 or 4298308. OLE color: 4298308.

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

Color convert

RGB 68 150 65 -
CMYK 0.55 0 0.57 0.41
HSL 117.88º 0.4% 0.42% -
HSV(B) 117.88º 0.57% 0.59% -
XYZ 14.24 23.42 8.77 -
YUV 115.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 68 150 65 0.55 0 0.57 0.41 117.88 0.4 0.42
Hex 44 96 41 37 0 39 29 76 28 2A
Octal 104 226 101 67 0 71 51 166 50 52
Binary 1000100 10010110 1000001 110111 0 111001 101001 1110110 101000 101010

Color Harmonies of #449641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449641

Black with #449641

Text Example


Text Example

White with #449641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449641; }

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

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

background-color css

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

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

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

border-color css

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

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

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