Html Css Color HEX #439482 Lochinvar

📋 copy color: '#439482'

red 67 ◦ green 148 ◦ blue 130

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

Shades of Lochinvar #439482

Tints of Lochinvar #439482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

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

R = 19.42%
G = 42.9%
B = 37.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#439482 (or 0x439482) is known color: Lochinvar. HEX triplet: 43, 94 and 82. RGB value is (67,148,130). Sum of RGB (Red+Green+Blue) = 67+148+130=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #439482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439482 is #BC6B7D. Grayscale: #797979. Windows color (decimal): -12348286 or 8557635. OLE color: 8557635.

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

Color convert

RGB 67 148 130 -
CMYK 0.55 0 0.12 0.42
HSL 166.67º 0.38% 0.42% -
HSV(B) 166.67º 0.55% 0.58% -
XYZ 16.93 23.98 24.86 -
YUV 121.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 67 148 130 0.55 0 0.12 0.42 166.67 0.38 0.42
Hex 43 94 82 37 0 C 2A A7 26 2A
Octal 103 224 202 67 0 14 52 247 46 52
Binary 1000011 10010100 10000010 110111 0 1100 101010 10100111 100110 101010

Color Harmonies of #439482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439482

Black with #439482

Text Example


Text Example

White with #439482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439482; }

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

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

background-color css

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

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

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

border-color css

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

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

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