Html Css Color HEX #449845 Fruit Salad

📋 copy color: '#449845'

red 68 ◦ green 152 ◦ blue 69

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

Shades of Fruit Salad #449845

Tints of Fruit Salad #449845

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.6%

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 23.53%
G = 52.6%
B = 23.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#449845 (or 0x449845) is known color: Fruit Salad. HEX triplet: 44, 98 and 45. RGB value is (68,152,69). Sum of RGB (Red+Green+Blue) = 68+152+69=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #449845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449845 is #BB67BA. Grayscale: #757575. Windows color (decimal): -12281787 or 4560964. OLE color: 4560964.

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

Color convert

RGB 68 152 69 -
CMYK 0.55 0 0.55 0.40
HSL 120.71º 0.38% 0.43% -
HSV(B) 120.71º 0.55% 0.6% -
XYZ 14.69 24.12 9.51 -
YUV 117.42 100.67 92.75 -
System Red Green Blue C M Y K H S L
Decimal 68 152 69 0.55 0 0.55 0.40 120.71 0.38 0.43
Hex 44 98 45 37 0 37 28 79 26 2B
Octal 104 230 105 67 0 67 50 171 46 53
Binary 1000100 10011000 1000101 110111 0 110111 101000 1111001 100110 101011

Color Harmonies of #449845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449845

Black with #449845

Text Example


Text Example

White with #449845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449845; }

 p { color: rgb(68,152,69); }

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

background-color css

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

 a { background-color: rgb(68,152,69); }

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

border-color css

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

 span { border-color: rgb(68,152,69); }

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