Html Css Color HEX #47A13B Fruit Salad

📋 copy color: '#47A13B'

red 71 ◦ green 161 ◦ blue 59

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

Shades of Fruit Salad #47A13B

Tints of Fruit Salad #47A13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.33%

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 24.4%
G = 55.33%
B = 20.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#47A13B (or 0x47A13B) is known color: Fruit Salad. HEX triplet: 47, A1 and 3B. RGB value is (71,161,59). Sum of RGB (Red+Green+Blue) = 71+161+59=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #47A13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A13B is #B85EC4. Grayscale: #7A7A7A. Windows color (decimal): -12082885 or 3907911. OLE color: 3907911.

HSL color Cylindrical-coordinate representation of color #47A13B: hue angle of 112.94º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47A13B is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 161 59 -
CMYK 0.56 0 0.63 0.37
HSL 112.94º 0.46% 0.43% -
HSV(B) 112.94º 0.63% 0.63% -
XYZ 16.13 27.15 8.53 -
YUV 122.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 71 161 59 0.56 0 0.63 0.37 112.94 0.46 0.43
Hex 47 A1 3B 38 0 3F 25 71 2E 2B
Octal 107 241 73 70 0 77 45 161 56 53
Binary 1000111 10100001 111011 111000 0 111111 100101 1110001 101110 101011

Color Harmonies of #47A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A13B

Black with #47A13B

Text Example


Text Example

White with #47A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A13B; }

 p { color: rgb(71,161,59); }

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

background-color css

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

 a { background-color: rgb(71,161,59); }

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

border-color css

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

 span { border-color: rgb(71,161,59); }

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