#3D8B83

Color #3D8B83 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #3D8B83

Tints of Lochinvar #3D8B83

Color information

#3D8B83 (or 0x3D8B83) is unknown color: approx Lochinvar. HEX triplet: 3D, 8B and 83. RGB value is (61,139,131). Sum of RGB (Red+Green+Blue) = 61+139+131=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #3D8B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8B83 is #C2747C. Grayscale: #727272. Windows color (decimal): -12743805 or 8620861. OLE color: 8620861.

HSL color Cylindrical-coordinate representation of color #3D8B83: hue angle of 173.85º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8B83 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB61139131-
CMYK0.5600.060.45
HSL173.85º39%39.22%-
HSV(B)173.85º56.12%54.51%-
XYZ15.2521.124.74-
YUV114.77137.1689.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=18.43%
G=41.99%
B=39.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611391310.5600.060.45173.853939.22
Hex3D8B8338062Dae2727
Octal752132037006552564747
Binary1111011000101110000011111000011010110110101110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,139,131); }

 H1.HeaderClassName
 {
   color: #3D8B83;
 }
 .AnyTagClassName
 {
   color: #3D8B83;
 }
</style>
background-color css

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

 a { background-color: rgb(61,139,131); }

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

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

 span { border-color: rgb(61,139,131); }

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