Html Css Color HEX #47914B Fruit Salad

📋 copy color: '#47914B'

red 71 ◦ green 145 ◦ blue 75

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

Shades of Fruit Salad #47914B

Tints of Fruit Salad #47914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

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

R = 24.4%
G = 49.83%
B = 25.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#47914B (or 0x47914B) is known color: Fruit Salad. HEX triplet: 47, 91 and 4B. RGB value is (71,145,75). Sum of RGB (Red+Green+Blue) = 71+145+75=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #47914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47914B is #B86EB4. Grayscale: #737373. Windows color (decimal): -12086965 or 4952391. OLE color: 4952391.

HSL color Cylindrical-coordinate representation of color #47914B: hue angle of 123.24º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47914B is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 75 -
CMYK 0.51 0 0.48 0.43
HSL 123.24º 0.34% 0.42% -
HSV(B) 123.24º 0.51% 0.57% -
XYZ 13.99 22.1 10.18 -
YUV 114.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 71 145 75 0.51 0 0.48 0.43 123.24 0.34 0.42
Hex 47 91 4B 33 0 30 2B 7B 22 2A
Octal 107 221 113 63 0 60 53 173 42 52
Binary 1000111 10010001 1001011 110011 0 110000 101011 1111011 100010 101010

Color Harmonies of #47914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47914B

Black with #47914B

Text Example


Text Example

White with #47914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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