Html Css Color HEX #449C45 Fruit Salad

📋 copy color: '#449C45'

red 68 ◦ green 156 ◦ blue 69

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

Shades of Fruit Salad #449C45

Tints of Fruit Salad #449C45

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.24%

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

R = 23.21%
G = 53.24%
B = 23.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#449C45 (or 0x449C45) is known color: Fruit Salad. HEX triplet: 44, 9C and 45. RGB value is (68,156,69). Sum of RGB (Red+Green+Blue) = 68+156+69=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #449C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C45 is #BB63BA. Grayscale: #787878. Windows color (decimal): -12280763 or 4561988. OLE color: 4561988.

HSL color Cylindrical-coordinate representation of color #449C45: hue angle of 120.68º 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 #449C45 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 69 -
CMYK 0.56 0 0.56 0.39
HSL 120.68º 0.39% 0.44% -
HSV(B) 120.68º 0.56% 0.61% -
XYZ 15.35 25.44 9.73 -
YUV 119.77 99.35 91.07 -
System Red Green Blue C M Y K H S L
Decimal 68 156 69 0.56 0 0.56 0.39 120.68 0.39 0.44
Hex 44 9C 45 38 0 38 27 79 27 2C
Octal 104 234 105 70 0 70 47 171 47 54
Binary 1000100 10011100 1000101 111000 0 111000 100111 1111001 100111 101100

Color Harmonies of #449C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C45

Black with #449C45

Text Example


Text Example

White with #449C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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