Html Css Color HEX #489A48 Fruit Salad

📋 copy color: '#489A48'

red 72 ◦ green 154 ◦ blue 72

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

Shades of Fruit Salad #489A48

Tints of Fruit Salad #489A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 24.16%
G = 51.68%
B = 24.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#489A48 (or 0x489A48) is known color: Fruit Salad. HEX triplet: 48, 9A and 48. RGB value is (72,154,72). Sum of RGB (Red+Green+Blue) = 72+154+72=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #489A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489A48 is #B765B7. Grayscale: #787878. Windows color (decimal): -12019128 or 4758088. OLE color: 4758088.

HSL color Cylindrical-coordinate representation of color #489A48: hue angle of 120º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A48 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 154 72 -
CMYK 0.53 0 0.53 0.40
HSL 120º 0.36% 0.44% -
HSV(B) 120º 0.53% 0.6% -
XYZ 15.4 24.96 10.14 -
YUV 120.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 72 154 72 0.53 0 0.53 0.40 120 0.36 0.44
Hex 48 9A 48 35 0 35 28 78 24 2C
Octal 110 232 110 65 0 65 50 170 44 54
Binary 1001000 10011010 1001000 110101 0 110101 101000 1111000 100100 101100

Color Harmonies of #489A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489A48

Black with #489A48

Text Example


Text Example

White with #489A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489A48; }

 p { color: rgb(72,154,72); }

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

background-color css

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

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

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

border-color css

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

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

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