Html Css Color HEX #489145 Fruit Salad

📋 copy color: '#489145'

red 72 ◦ green 145 ◦ blue 69

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

Shades of Fruit Salad #489145

Tints of Fruit Salad #489145

RGB

 RED value IS 72 (28.52% from 255) = 25.17%

 GREEN value IS 145 (57.03% from 255) = 50.7%

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

R = 25.17%
G = 50.7%
B = 24.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#489145 (or 0x489145) is known color: Fruit Salad. HEX triplet: 48, 91 and 45. RGB value is (72,145,69). Sum of RGB (Red+Green+Blue) = 72+145+69=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #489145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489145 is #B76EBA. Grayscale: #727272. Windows color (decimal): -12021435 or 4559176. OLE color: 4559176.

HSL color Cylindrical-coordinate representation of color #489145: hue angle of 117.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489145 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 69 -
CMYK 0.50 0 0.52 0.43
HSL 117.63º 0.36% 0.42% -
HSV(B) 117.63º 0.52% 0.57% -
XYZ 13.87 22.06 9.16 -
YUV 114.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 72 145 69 0.50 0 0.52 0.43 117.63 0.36 0.42
Hex 48 91 45 32 0 34 2B 76 24 2A
Octal 110 221 105 62 0 64 53 166 44 52
Binary 1001000 10010001 1000101 110010 0 110100 101011 1110110 100100 101010

Color Harmonies of #489145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489145

Black with #489145

Text Example


Text Example

White with #489145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489145; }

 p { color: rgb(72,145,69); }

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

background-color css

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

 a { background-color: rgb(72,145,69); }

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

border-color css

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

 span { border-color: rgb(72,145,69); }

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