Html Css Color HEX #3F887F Lochinvar

📋 copy color: '#3F887F'

red 63 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #3F887F

Tints of Lochinvar #3F887F

RGB

 RED value IS 63 (25% from 255) = 19.33%

 GREEN value IS 136 (53.52% from 255) = 41.72%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 19.33%
G = 41.72%
B = 38.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#3F887F (or 0x3F887F) is known color: Lochinvar. HEX triplet: 3F, 88 and 7F. RGB value is (63,136,127). Sum of RGB (Red+Green+Blue) = 63+136+127=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #3F887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F887F is #C07780. Grayscale: #717171. Windows color (decimal): -12613505 or 8357951. OLE color: 8357951.

HSL color Cylindrical-coordinate representation of color #3F887F: hue angle of 172.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F887F is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 136 127 -
CMYK 0.54 0 0.07 0.47
HSL 172.6º 0.37% 0.39% -
HSV(B) 172.6º 0.54% 0.53% -
XYZ 14.68 20.2 23.2 -
YUV 113.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 63 136 127 0.54 0 0.07 0.47 172.6 0.37 0.39
Hex 3F 88 7F 36 0 7 2F AD 25 27
Octal 77 210 177 66 0 7 57 255 45 47
Binary 111111 10001000 1111111 110110 0 111 101111 10101101 100101 100111

Color Harmonies of #3F887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F887F

Black with #3F887F

Text Example


Text Example

White with #3F887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F887F; }

 p { color: rgb(63,136,127); }

 H1.HeaderClassName
 {
   color: #3F887F;
 }
 .AnyTagClassName
 {
   color: #3F887F;
 }
</style>

background-color css

<style>
 a { background-color: #3F887F; }

 a { background-color: rgb(63,136,127); }

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

border-color css

<style>
 span { border-color: #3F887F; }

 span { border-color: rgb(63,136,127); }

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