Html Css Color HEX #449543 Fruit Salad

📋 copy color: '#449543'

red 68 ◦ green 149 ◦ blue 67

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

Shades of Fruit Salad #449543

Tints of Fruit Salad #449543

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.46%

 BLUE value IS 67 (26.56% from 255) = 23.59%

R = 23.94%
G = 52.46%
B = 23.59%

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

#449543 (or 0x449543) is known color: Fruit Salad. HEX triplet: 44, 95 and 43. RGB value is (68,149,67). Sum of RGB (Red+Green+Blue) = 68+149+67=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #449543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449543 is #BB6ABC. Grayscale: #737373. Windows color (decimal): -12282557 or 4429124. OLE color: 4429124.

HSL color Cylindrical-coordinate representation of color #449543: hue angle of 119.27º 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 #449543 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 149 67 -
CMYK 0.54 0 0.55 0.42
HSL 119.27º 0.38% 0.42% -
HSV(B) 119.27º 0.55% 0.58% -
XYZ 14.14 23.13 9.03 -
YUV 115.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 68 149 67 0.54 0 0.55 0.42 119.27 0.38 0.42
Hex 44 95 43 36 0 37 2A 77 26 2A
Octal 104 225 103 66 0 67 52 167 46 52
Binary 1000100 10010101 1000011 110110 0 110111 101010 1110111 100110 101010

Color Harmonies of #449543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449543

Black with #449543

Text Example


Text Example

White with #449543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449543; }

 p { color: rgb(68,149,67); }

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

background-color css

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

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

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

border-color css

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

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

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