Html Css Color HEX #47974B Fruit Salad

📋 copy color: '#47974B'

red 71 ◦ green 151 ◦ blue 75

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

Shades of Fruit Salad #47974B

Tints of Fruit Salad #47974B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 23.91%
G = 50.84%
B = 25.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#47974B (or 0x47974B) is known color: Fruit Salad. HEX triplet: 47, 97 and 4B. RGB value is (71,151,75). Sum of RGB (Red+Green+Blue) = 71+151+75=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #47974B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47974B is #B868B4. Grayscale: #767676. Windows color (decimal): -12085429 or 4953927. OLE color: 4953927.

HSL color Cylindrical-coordinate representation of color #47974B: hue angle of 123º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47974B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 75 -
CMYK 0.53 0 0.50 0.41
HSL 123º 0.36% 0.44% -
HSV(B) 123º 0.53% 0.59% -
XYZ 14.94 23.98 10.5 -
YUV 118.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 71 151 75 0.53 0 0.50 0.41 123 0.36 0.44
Hex 47 97 4B 35 0 32 29 7B 24 2C
Octal 107 227 113 65 0 62 51 173 44 54
Binary 1000111 10010111 1001011 110101 0 110010 101001 1111011 100100 101100

Color Harmonies of #47974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47974B

Black with #47974B

Text Example


Text Example

White with #47974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47974B; }

 p { color: rgb(71,151,75); }

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

background-color css

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

 a { background-color: rgb(71,151,75); }

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

border-color css

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

 span { border-color: rgb(71,151,75); }

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