Html Css Color HEX #449941 Fruit Salad

📋 copy color: '#449941'

red 68 ◦ green 153 ◦ blue 65

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

Shades of Fruit Salad #449941

Tints of Fruit Salad #449941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.5%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 23.78%
G = 53.5%
B = 22.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#449941 (or 0x449941) is known color: Fruit Salad. HEX triplet: 44, 99 and 41. RGB value is (68,153,65). Sum of RGB (Red+Green+Blue) = 68+153+65=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #449941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449941 is #BB66BE. Grayscale: #757575. Windows color (decimal): -12281535 or 4299076. OLE color: 4299076.

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

Color convert

RGB 68 153 65 -
CMYK 0.56 0 0.58 0.4
HSL 117.95º 0.4% 0.43% -
HSV(B) 117.95º 0.58% 0.6% -
XYZ 14.73 24.39 8.93 -
YUV 117.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 68 153 65 0.56 0 0.58 0.4 117.95 0.4 0.43
Hex 44 99 41 38 0 3A 28 76 28 2B
Octal 104 231 101 70 0 72 50 166 50 53
Binary 1000100 10011001 1000001 111000 0 111010 101000 1110110 101000 101011

Color Harmonies of #449941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449941

Black with #449941

Text Example


Text Example

White with #449941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449941; }

 p { color: rgb(68,153,65); }

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

background-color css

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

 a { background-color: rgb(68,153,65); }

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

border-color css

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

 span { border-color: rgb(68,153,65); }

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