Html Css Color HEX #3D897D Lochinvar

📋 copy color: '#3D897D'

red 61 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #3D897D

Tints of Lochinvar #3D897D

RGB

 RED value IS 61 (24.22% from 255) = 18.89%

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 18.89%
G = 42.41%
B = 38.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#3D897D (or 0x3D897D) is known color: Lochinvar. HEX triplet: 3D, 89 and 7D. RGB value is (61,137,125). Sum of RGB (Red+Green+Blue) = 61+137+125=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #3D897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D897D is #C27682. Grayscale: #707070. Windows color (decimal): -12744323 or 8227133. OLE color: 8227133.

HSL color Cylindrical-coordinate representation of color #3D897D: hue angle of 170.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D897D is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 137 125 -
CMYK 0.55 0 0.09 0.46
HSL 170.53º 0.38% 0.39% -
HSV(B) 170.53º 0.55% 0.54% -
XYZ 14.57 20.36 22.56 -
YUV 112.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 61 137 125 0.55 0 0.09 0.46 170.53 0.38 0.39
Hex 3D 89 7D 37 0 9 2E AB 26 27
Octal 75 211 175 67 0 11 56 253 46 47
Binary 111101 10001001 1111101 110111 0 1001 101110 10101011 100110 100111

Color Harmonies of #3D897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D897D

Black with #3D897D

Text Example


Text Example

White with #3D897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,137,125); }

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

background-color css

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

 a { background-color: rgb(61,137,125); }

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

border-color css

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

 span { border-color: rgb(61,137,125); }

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