Html Css Color HEX #449A42 Fruit Salad

📋 copy color: '#449A42'

red 68 ◦ green 154 ◦ blue 66

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

Shades of Fruit Salad #449A42

Tints of Fruit Salad #449A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.47%

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

R = 23.61%
G = 53.47%
B = 22.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#449A42 (or 0x449A42) is known color: Fruit Salad. HEX triplet: 44, 9A and 42. RGB value is (68,154,66). Sum of RGB (Red+Green+Blue) = 68+154+66=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #449A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A42 is #BB65BD. Grayscale: #767676. Windows color (decimal): -12281278 or 4364868. OLE color: 4364868.

HSL color Cylindrical-coordinate representation of color #449A42: hue angle of 118.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449A42 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 66 -
CMYK 0.56 0 0.57 0.40
HSL 118.64º 0.4% 0.43% -
HSV(B) 118.64º 0.57% 0.6% -
XYZ 14.92 24.73 9.14 -
YUV 118.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 68 154 66 0.56 0 0.57 0.40 118.64 0.4 0.43
Hex 44 9A 42 38 0 39 28 77 28 2B
Octal 104 232 102 70 0 71 50 167 50 53
Binary 1000100 10011010 1000010 111000 0 111001 101000 1110111 101000 101011

Color Harmonies of #449A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A42

Black with #449A42

Text Example


Text Example

White with #449A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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