Html Css Color HEX #439484 Lochinvar

📋 copy color: '#439484'

red 67 ◦ green 148 ◦ blue 132

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

Shades of Lochinvar #439484

Tints of Lochinvar #439484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 19.31%
G = 42.65%
B = 38.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#439484 (or 0x439484) is known color: Lochinvar. HEX triplet: 43, 94 and 84. RGB value is (67,148,132). Sum of RGB (Red+Green+Blue) = 67+148+132=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #439484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439484 is #BC6B7B. Grayscale: #797979. Windows color (decimal): -12348284 or 8688707. OLE color: 8688707.

HSL color Cylindrical-coordinate representation of color #439484: hue angle of 168.15º 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 #439484 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 148 132 -
CMYK 0.55 0 0.11 0.42
HSL 168.15º 0.38% 0.42% -
HSV(B) 168.15º 0.55% 0.58% -
XYZ 17.07 24.04 25.57 -
YUV 121.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 67 148 132 0.55 0 0.11 0.42 168.15 0.38 0.42
Hex 43 94 84 37 0 B 2A A8 26 2A
Octal 103 224 204 67 0 13 52 250 46 52
Binary 1000011 10010100 10000100 110111 0 1011 101010 10101000 100110 101010

Color Harmonies of #439484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439484

Black with #439484

Text Example


Text Example

White with #439484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439484; }

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

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

background-color css

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

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

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

border-color css

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

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

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