Html Css Color HEX #47987D Lochinvar

📋 copy color: '#47987D'

red 71 ◦ green 152 ◦ blue 125

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

Shades of Lochinvar #47987D

Tints of Lochinvar #47987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 20.4%
G = 43.68%
B = 35.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#47987D (or 0x47987D) is known color: Lochinvar. HEX triplet: 47, 98 and 7D. RGB value is (71,152,125). Sum of RGB (Red+Green+Blue) = 71+152+125=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #47987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47987D is #B86782. Grayscale: #7C7C7C. Windows color (decimal): -12085123 or 8230983. OLE color: 8230983.

HSL color Cylindrical-coordinate representation of color #47987D: hue angle of 160º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47987D is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 125 -
CMYK 0.53 0 0.18 0.40
HSL 160º 0.36% 0.44% -
HSV(B) 160º 0.53% 0.6% -
XYZ 17.53 25.28 23.36 -
YUV 124.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 71 152 125 0.53 0 0.18 0.40 160 0.36 0.44
Hex 47 98 7D 35 0 12 28 A0 24 2C
Octal 107 230 175 65 0 22 50 240 44 54
Binary 1000111 10011000 1111101 110101 0 10010 101000 10100000 100100 101100

Color Harmonies of #47987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47987D

Black with #47987D

Text Example


Text Example

White with #47987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,152,125); }

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

background-color css

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

 a { background-color: rgb(71,152,125); }

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

border-color css

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

 span { border-color: rgb(71,152,125); }

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