Html Css Color HEX #439382 Lochinvar

📋 copy color: '#439382'

red 67 ◦ green 147 ◦ blue 130

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

Shades of Lochinvar #439382

Tints of Lochinvar #439382

RGB

 RED value IS 67 (26.56% from 255) = 19.48%

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 19.48%
G = 42.73%
B = 37.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#439382 (or 0x439382) is known color: Lochinvar. HEX triplet: 43, 93 and 82. RGB value is (67,147,130). Sum of RGB (Red+Green+Blue) = 67+147+130=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #439382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439382 is #BC6C7D. Grayscale: #797979. Windows color (decimal): -12348542 or 8557379. OLE color: 8557379.

HSL color Cylindrical-coordinate representation of color #439382: hue angle of 167.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #439382 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 147 130 -
CMYK 0.54 0 0.12 0.42
HSL 167.25º 0.37% 0.42% -
HSV(B) 167.25º 0.54% 0.58% -
XYZ 16.78 23.67 24.8 -
YUV 121.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 67 147 130 0.54 0 0.12 0.42 167.25 0.37 0.42
Hex 43 93 82 36 0 C 2A A7 25 2A
Octal 103 223 202 66 0 14 52 247 45 52
Binary 1000011 10010011 10000010 110110 0 1100 101010 10100111 100101 101010

Color Harmonies of #439382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439382

Black with #439382

Text Example


Text Example

White with #439382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439382; }

 p { color: rgb(67,147,130); }

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

background-color css

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

 a { background-color: rgb(67,147,130); }

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

border-color css

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

 span { border-color: rgb(67,147,130); }

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