Html Css Color HEX #449840 Fruit Salad

📋 copy color: '#449840'

red 68 ◦ green 152 ◦ blue 64

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

Shades of Fruit Salad #449840

Tints of Fruit Salad #449840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.52%

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 23.94%
G = 53.52%
B = 22.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#449840 (or 0x449840) is known color: Fruit Salad. HEX triplet: 44, 98 and 40. RGB value is (68,152,64). Sum of RGB (Red+Green+Blue) = 68+152+64=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #449840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449840 is #BB67BF. Grayscale: #757575. Windows color (decimal): -12281792 or 4233284. OLE color: 4233284.

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

Color convert

RGB 68 152 64 -
CMYK 0.55 0 0.58 0.40
HSL 117.27º 0.41% 0.42% -
HSV(B) 117.27º 0.58% 0.6% -
XYZ 14.54 24.06 8.73 -
YUV 116.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 68 152 64 0.55 0 0.58 0.40 117.27 0.41 0.42
Hex 44 98 40 37 0 3A 28 75 29 2A
Octal 104 230 100 67 0 72 50 165 51 52
Binary 1000100 10011000 1000000 110111 0 111010 101000 1110101 101001 101010

Color Harmonies of #449840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449840

Black with #449840

Text Example


Text Example

White with #449840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449840; }

 p { color: rgb(68,152,64); }

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

background-color css

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

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

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

border-color css

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

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

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