Html Css Color HEX #47AD3D Fruit Salad

📋 copy color: '#47AD3D'

red 71 ◦ green 173 ◦ blue 61

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

Shades of Fruit Salad #47AD3D

Tints of Fruit Salad #47AD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.72%

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

R = 23.28%
G = 56.72%
B = 20%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#47AD3D (or 0x47AD3D) is known color: Fruit Salad. HEX triplet: 47, AD and 3D. RGB value is (71,173,61). Sum of RGB (Red+Green+Blue) = 71+173+61=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #47AD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AD3D is #B852C2. Grayscale: #828282. Windows color (decimal): -12079811 or 4042055. OLE color: 4042055.

HSL color Cylindrical-coordinate representation of color #47AD3D: hue angle of 114.64º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47AD3D is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 173 61 -
CMYK 0.59 0 0.65 0.32
HSL 114.64º 0.48% 0.46% -
HSV(B) 114.64º 0.65% 0.68% -
XYZ 18.38 31.56 9.54 -
YUV 129.73 89.21 86.11 -
System Red Green Blue C M Y K H S L
Decimal 71 173 61 0.59 0 0.65 0.32 114.64 0.48 0.46
Hex 47 AD 3D 3B 0 41 20 73 30 2E
Octal 107 255 75 73 0 101 40 163 60 56
Binary 1000111 10101101 111101 111011 0 1000001 100000 1110011 110000 101110

Color Harmonies of #47AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AD3D

Black with #47AD3D

Text Example


Text Example

White with #47AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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