Html Css Color HEX #389185 Lochinvar

📋 copy color: '#389185'

red 56 ◦ green 145 ◦ blue 133

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

Shades of Lochinvar #389185

Tints of Lochinvar #389185

RGB

 RED value IS 56 (22.27% from 255) = 16.77%

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 16.77%
G = 43.41%
B = 39.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#389185 (or 0x389185) is known color: Lochinvar. HEX triplet: 38, 91 and 85. RGB value is (56,145,133). Sum of RGB (Red+Green+Blue) = 56+145+133=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #389185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389185 is #C76E7A. Grayscale: #747474. Windows color (decimal): -13069947 or 8753464. OLE color: 8753464.

HSL color Cylindrical-coordinate representation of color #389185: hue angle of 171.91º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389185 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 133 -
CMYK 0.61 0 0.08 0.43
HSL 171.91º 0.44% 0.39% -
HSV(B) 171.91º 0.61% 0.57% -
XYZ 15.99 22.79 25.75 -
YUV 117.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 56 145 133 0.61 0 0.08 0.43 171.91 0.44 0.39
Hex 38 91 85 3D 0 8 2B AC 2C 27
Octal 70 221 205 75 0 10 53 254 54 47
Binary 111000 10010001 10000101 111101 0 1000 101011 10101100 101100 100111

Color Harmonies of #389185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389185

Black with #389185

Text Example


Text Example

White with #389185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389185; }

 p { color: rgb(56,145,133); }

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

background-color css

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

 a { background-color: rgb(56,145,133); }

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

border-color css

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

 span { border-color: rgb(56,145,133); }

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