Html Css Color HEX #3D857D Lochinvar

📋 copy color: '#3D857D'

red 61 ◦ green 133 ◦ blue 125

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

Shades of Lochinvar #3D857D

Tints of Lochinvar #3D857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

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

R = 19.12%
G = 41.69%
B = 39.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#3D857D (or 0x3D857D) is known color: Lochinvar. HEX triplet: 3D, 85 and 7D. RGB value is (61,133,125). Sum of RGB (Red+Green+Blue) = 61+133+125=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #3D857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D857D is #C27A82. Grayscale: #6E6E6E. Windows color (decimal): -12745347 or 8226109. OLE color: 8226109.

HSL color Cylindrical-coordinate representation of color #3D857D: hue angle of 173.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D857D is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 133 125 -
CMYK 0.54 0 0.06 0.48
HSL 173.33º 0.37% 0.38% -
HSV(B) 173.33º 0.54% 0.52% -
XYZ 14.01 19.25 22.38 -
YUV 110.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 61 133 125 0.54 0 0.06 0.48 173.33 0.37 0.38
Hex 3D 85 7D 36 0 6 30 AD 25 26
Octal 75 205 175 66 0 6 60 255 45 46
Binary 111101 10000101 1111101 110110 0 110 110000 10101101 100101 100110

Color Harmonies of #3D857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D857D

Black with #3D857D

Text Example


Text Example

White with #3D857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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