Html Css Color HEX #449342 Fruit Salad

📋 copy color: '#449342'

red 68 ◦ green 147 ◦ blue 66

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

Shades of Fruit Salad #449342

Tints of Fruit Salad #449342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.31%

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 24.2%
G = 52.31%
B = 23.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#449342 (or 0x449342) is known color: Fruit Salad. HEX triplet: 44, 93 and 42. RGB value is (68,147,66). Sum of RGB (Red+Green+Blue) = 68+147+66=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #449342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449342 is #BB6CBD. Grayscale: #727272. Windows color (decimal): -12283070 or 4363076. OLE color: 4363076.

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

Color convert

RGB 68 147 66 -
CMYK 0.54 0 0.55 0.42
HSL 118.52º 0.38% 0.42% -
HSV(B) 118.52º 0.55% 0.58% -
XYZ 13.8 22.49 8.77 -
YUV 114.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 68 147 66 0.54 0 0.55 0.42 118.52 0.38 0.42
Hex 44 93 42 36 0 37 2A 77 26 2A
Octal 104 223 102 66 0 67 52 167 46 52
Binary 1000100 10010011 1000010 110110 0 110111 101010 1110111 100110 101010

Color Harmonies of #449342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449342

Black with #449342

Text Example


Text Example

White with #449342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449342; }

 p { color: rgb(68,147,66); }

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

background-color css

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

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

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

border-color css

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

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

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