Html Css Color HEX #489541 Fruit Salad

📋 copy color: '#489541'

red 72 ◦ green 149 ◦ blue 65

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

Shades of Fruit Salad #489541

Tints of Fruit Salad #489541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 25.17%
G = 52.1%
B = 22.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#489541 (or 0x489541) is known color: Fruit Salad. HEX triplet: 48, 95 and 41. RGB value is (72,149,65). Sum of RGB (Red+Green+Blue) = 72+149+65=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #489541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489541 is #B76ABE. Grayscale: #747474. Windows color (decimal): -12020415 or 4298056. OLE color: 4298056.

HSL color Cylindrical-coordinate representation of color #489541: hue angle of 115º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #489541 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 65 -
CMYK 0.52 0 0.56 0.42
HSL 115º 0.39% 0.42% -
HSV(B) 115º 0.56% 0.58% -
XYZ 14.37 23.25 8.73 -
YUV 116.4 98.99 96.33 -
System Red Green Blue C M Y K H S L
Decimal 72 149 65 0.52 0 0.56 0.42 115 0.39 0.42
Hex 48 95 41 34 0 38 2A 73 27 2A
Octal 110 225 101 64 0 70 52 163 47 52
Binary 1001000 10010101 1000001 110100 0 111000 101010 1110011 100111 101010

Color Harmonies of #489541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489541

Black with #489541

Text Example


Text Example

White with #489541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489541; }

 p { color: rgb(72,149,65); }

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

background-color css

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

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

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

border-color css

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

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

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