Html Css Color HEX #489748 Fruit Salad

📋 copy color: '#489748'

red 72 ◦ green 151 ◦ blue 72

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

Shades of Fruit Salad #489748

Tints of Fruit Salad #489748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.19%

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

R = 24.41%
G = 51.19%
B = 24.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#489748 (or 0x489748) is known color: Fruit Salad. HEX triplet: 48, 97 and 48. RGB value is (72,151,72). Sum of RGB (Red+Green+Blue) = 72+151+72=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #489748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489748 is #B768B7. Grayscale: #767676. Windows color (decimal): -12019896 or 4757320. OLE color: 4757320.

HSL color Cylindrical-coordinate representation of color #489748: hue angle of 120º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489748 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 72 -
CMYK 0.52 0 0.52 0.41
HSL 120º 0.35% 0.44% -
HSV(B) 120º 0.52% 0.59% -
XYZ 14.91 23.98 9.97 -
YUV 118.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 72 151 72 0.52 0 0.52 0.41 120 0.35 0.44
Hex 48 97 48 34 0 34 29 78 23 2C
Octal 110 227 110 64 0 64 51 170 43 54
Binary 1001000 10010111 1001000 110100 0 110100 101001 1111000 100011 101100

Color Harmonies of #489748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489748

Black with #489748

Text Example


Text Example

White with #489748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489748; }

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

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

background-color css

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

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

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

border-color css

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

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

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