Html Css Color HEX #449B46 Fruit Salad

📋 copy color: '#449B46'

red 68 ◦ green 155 ◦ blue 70

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

Shades of Fruit Salad #449B46

Tints of Fruit Salad #449B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.9%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 23.21%
G = 52.9%
B = 23.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#449B46 (or 0x449B46) is known color: Fruit Salad. HEX triplet: 44, 9B and 46. RGB value is (68,155,70). Sum of RGB (Red+Green+Blue) = 68+155+70=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #449B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B46 is #BB64B9. Grayscale: #777777. Windows color (decimal): -12281018 or 4627268. OLE color: 4627268.

HSL color Cylindrical-coordinate representation of color #449B46: hue angle of 121.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B46 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 70 -
CMYK 0.56 0 0.55 0.39
HSL 121.38º 0.39% 0.44% -
HSV(B) 121.38º 0.56% 0.61% -
XYZ 15.21 25.11 9.84 -
YUV 119.3 100.18 91.41 -
System Red Green Blue C M Y K H S L
Decimal 68 155 70 0.56 0 0.55 0.39 121.38 0.39 0.44
Hex 44 9B 46 38 0 37 27 79 27 2C
Octal 104 233 106 70 0 67 47 171 47 54
Binary 1000100 10011011 1000110 111000 0 110111 100111 1111001 100111 101100

Color Harmonies of #449B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B46

Black with #449B46

Text Example


Text Example

White with #449B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449B46; }

 p { color: rgb(68,155,70); }

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

background-color css

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

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

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

border-color css

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

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

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