Html Css Color HEX #3D8E81 Lochinvar

📋 copy color: '#3D8E81'

red 61 ◦ green 142 ◦ blue 129

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

Shades of Lochinvar #3D8E81

Tints of Lochinvar #3D8E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.77%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 18.37%
G = 42.77%
B = 38.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#3D8E81 (or 0x3D8E81) is known color: Lochinvar. HEX triplet: 3D, 8E and 81. RGB value is (61,142,129). Sum of RGB (Red+Green+Blue) = 61+142+129=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8E81 is #C2717E. Grayscale: #747474. Windows color (decimal): -12743039 or 8490557. OLE color: 8490557.

HSL color Cylindrical-coordinate representation of color #3D8E81: hue angle of 170.37º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8E81 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 142 129 -
CMYK 0.57 0 0.09 0.44
HSL 170.37º 0.4% 0.4% -
HSV(B) 170.37º 0.57% 0.56% -
XYZ 15.56 21.92 24.18 -
YUV 116.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 61 142 129 0.57 0 0.09 0.44 170.37 0.4 0.4
Hex 3D 8E 81 39 0 9 2C AA 28 28
Octal 75 216 201 71 0 11 54 252 50 50
Binary 111101 10001110 10000001 111001 0 1001 101100 10101010 101000 101000

Color Harmonies of #3D8E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8E81

Black with #3D8E81

Text Example


Text Example

White with #3D8E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,142,129); }

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

background-color css

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

 a { background-color: rgb(61,142,129); }

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

border-color css

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

 span { border-color: rgb(61,142,129); }

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