Html Css Color HEX #489D45 Fruit Salad

📋 copy color: '#489D45'

red 72 ◦ green 157 ◦ blue 69

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

Shades of Fruit Salad #489D45

Tints of Fruit Salad #489D45

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.68%

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

R = 24.16%
G = 52.68%
B = 23.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#489D45 (or 0x489D45) is known color: Fruit Salad. HEX triplet: 48, 9D and 45. RGB value is (72,157,69). Sum of RGB (Red+Green+Blue) = 72+157+69=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #489D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489D45 is #B762BA. Grayscale: #797979. Windows color (decimal): -12018363 or 4562248. OLE color: 4562248.

HSL color Cylindrical-coordinate representation of color #489D45: hue angle of 117.95º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #489D45 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 157 69 -
CMYK 0.54 0 0.56 0.38
HSL 117.95º 0.39% 0.44% -
HSV(B) 117.95º 0.56% 0.62% -
XYZ 15.8 25.92 9.8 -
YUV 121.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 72 157 69 0.54 0 0.56 0.38 117.95 0.39 0.44
Hex 48 9D 45 36 0 38 26 76 27 2C
Octal 110 235 105 66 0 70 46 166 47 54
Binary 1001000 10011101 1000101 110110 0 111000 100110 1110110 100111 101100

Color Harmonies of #489D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489D45

Black with #489D45

Text Example


Text Example

White with #489D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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