Html Css Color HEX #3F9380 Lochinvar

📋 copy color: '#3F9380'

red 63 ◦ green 147 ◦ blue 128

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

Shades of Lochinvar #3F9380

Tints of Lochinvar #3F9380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 18.64%
G = 43.49%
B = 37.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#3F9380 (or 0x3F9380) is known color: Lochinvar. HEX triplet: 3F, 93 and 80. RGB value is (63,147,128). Sum of RGB (Red+Green+Blue) = 63+147+128=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9380 is #C06C7F. Grayscale: #777777. Windows color (decimal): -12610688 or 8426303. OLE color: 8426303.

HSL color Cylindrical-coordinate representation of color #3F9380: hue angle of 166.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9380 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 147 128 -
CMYK 0.57 0 0.13 0.42
HSL 166.43º 0.4% 0.41% -
HSV(B) 166.43º 0.57% 0.58% -
XYZ 16.38 23.48 24.09 -
YUV 119.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 63 147 128 0.57 0 0.13 0.42 166.43 0.4 0.41
Hex 3F 93 80 39 0 D 2A A6 28 29
Octal 77 223 200 71 0 15 52 246 50 51
Binary 111111 10010011 10000000 111001 0 1101 101010 10100110 101000 101001

Color Harmonies of #3F9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9380

Black with #3F9380

Text Example


Text Example

White with #3F9380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,147,128); }

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

background-color css

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

 a { background-color: rgb(63,147,128); }

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

border-color css

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

 span { border-color: rgb(63,147,128); }

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