Html Css Color HEX #489942 Fruit Salad

📋 copy color: '#489942'

red 72 ◦ green 153 ◦ blue 66

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

Shades of Fruit Salad #489942

Tints of Fruit Salad #489942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 24.74%
G = 52.58%
B = 22.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#489942 (or 0x489942) is known color: Fruit Salad. HEX triplet: 48, 99 and 42. RGB value is (72,153,66). Sum of RGB (Red+Green+Blue) = 72+153+66=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #489942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489942 is #B766BD. Grayscale: #777777. Windows color (decimal): -12019390 or 4364616. OLE color: 4364616.

HSL color Cylindrical-coordinate representation of color #489942: hue angle of 115.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #489942 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 66 -
CMYK 0.53 0 0.57 0.4
HSL 115.86º 0.4% 0.43% -
HSV(B) 115.86º 0.57% 0.6% -
XYZ 15.05 24.55 9.1 -
YUV 118.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 72 153 66 0.53 0 0.57 0.4 115.86 0.4 0.43
Hex 48 99 42 35 0 39 28 74 28 2B
Octal 110 231 102 65 0 71 50 164 50 53
Binary 1001000 10011001 1000010 110101 0 111001 101000 1110100 101000 101011

Color Harmonies of #489942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489942

Black with #489942

Text Example


Text Example

White with #489942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489942; }

 p { color: rgb(72,153,66); }

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

background-color css

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

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

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

border-color css

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

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

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