Html Css Color HEX #47987B Lochinvar

📋 copy color: '#47987B'

red 71 ◦ green 152 ◦ blue 123

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

Shades of Lochinvar #47987B

Tints of Lochinvar #47987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 20.52%
G = 43.93%
B = 35.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#47987B (or 0x47987B) is known color: Lochinvar. HEX triplet: 47, 98 and 7B. RGB value is (71,152,123). Sum of RGB (Red+Green+Blue) = 71+152+123=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #47987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47987B is #B86784. Grayscale: #7C7C7C. Windows color (decimal): -12085125 or 8099911. OLE color: 8099911.

HSL color Cylindrical-coordinate representation of color #47987B: hue angle of 158.52º 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 #47987B is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 123 -
CMYK 0.53 0 0.19 0.40
HSL 158.52º 0.36% 0.44% -
HSV(B) 158.52º 0.53% 0.6% -
XYZ 17.4 25.23 22.69 -
YUV 124.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 71 152 123 0.53 0 0.19 0.40 158.52 0.36 0.44
Hex 47 98 7B 35 0 13 28 9F 24 2C
Octal 107 230 173 65 0 23 50 237 44 54
Binary 1000111 10011000 1111011 110101 0 10011 101000 10011111 100100 101100

Color Harmonies of #47987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47987B

Black with #47987B

Text Example


Text Example

White with #47987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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