Html Css Color HEX #47993D Fruit Salad

📋 copy color: '#47993D'

red 71 ◦ green 153 ◦ blue 61

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

Shades of Fruit Salad #47993D

Tints of Fruit Salad #47993D

RGB

 RED value IS 71 (28.13% from 255) = 24.91%

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 24.91%
G = 53.68%
B = 21.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#47993D (or 0x47993D) is known color: Fruit Salad. HEX triplet: 47, 99 and 3D. RGB value is (71,153,61). Sum of RGB (Red+Green+Blue) = 71+153+61=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #47993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47993D is #B866C2. Grayscale: #767676. Windows color (decimal): -12084931 or 4036935. OLE color: 4036935.

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

Color convert

RGB 71 153 61 -
CMYK 0.54 0 0.60 0.4
HSL 113.48º 0.43% 0.42% -
HSV(B) 113.48º 0.6% 0.6% -
XYZ 14.83 24.46 8.35 -
YUV 117.99 95.83 94.48 -
System Red Green Blue C M Y K H S L
Decimal 71 153 61 0.54 0 0.60 0.4 113.48 0.43 0.42
Hex 47 99 3D 36 0 3C 28 71 2B 2A
Octal 107 231 75 66 0 74 50 161 53 52
Binary 1000111 10011001 111101 110110 0 111100 101000 1110001 101011 101010

Color Harmonies of #47993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47993D

Black with #47993D

Text Example


Text Example

White with #47993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47993D; }

 p { color: rgb(71,153,61); }

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

background-color css

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

 a { background-color: rgb(71,153,61); }

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

border-color css

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

 span { border-color: rgb(71,153,61); }

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