Html Css Color HEX #488C47 Fruit Salad

📋 copy color: '#488C47'

red 72 ◦ green 140 ◦ blue 71

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

Shades of Fruit Salad #488C47

Tints of Fruit Salad #488C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.47%

 BLUE value IS 71 (28.13% from 255) = 25.09%

R = 25.44%
G = 49.47%
B = 25.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#488C47 (or 0x488C47) is known color: Fruit Salad. HEX triplet: 48, 8C and 47. RGB value is (72,140,71). Sum of RGB (Red+Green+Blue) = 72+140+71=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #488C47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C47 is #B773B8. Grayscale: #707070. Windows color (decimal): -12022713 or 4688968. OLE color: 4688968.

HSL color Cylindrical-coordinate representation of color #488C47: hue angle of 119.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C47 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 140 71 -
CMYK 0.49 0 0.49 0.45
HSL 119.13º 0.33% 0.41% -
HSV(B) 119.13º 0.49% 0.55% -
XYZ 13.19 20.59 9.24 -
YUV 111.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 72 140 71 0.49 0 0.49 0.45 119.13 0.33 0.41
Hex 48 8C 47 31 0 31 2D 77 21 29
Octal 110 214 107 61 0 61 55 167 41 51
Binary 1001000 10001100 1000111 110001 0 110001 101101 1110111 100001 101001

Color Harmonies of #488C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C47

Black with #488C47

Text Example


Text Example

White with #488C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488C47; }

 p { color: rgb(72,140,71); }

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

background-color css

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

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

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

border-color css

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

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

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