Html Css Color HEX #438982 Lochinvar

📋 copy color: '#438982'

red 67 ◦ green 137 ◦ blue 130

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

Shades of Lochinvar #438982

Tints of Lochinvar #438982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 20.06%
G = 41.02%
B = 38.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#438982 (or 0x438982) is known color: Lochinvar. HEX triplet: 43, 89 and 82. RGB value is (67,137,130). Sum of RGB (Red+Green+Blue) = 67+137+130=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #438982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438982 is #BC767D. Grayscale: #737373. Windows color (decimal): -12351102 or 8554819. OLE color: 8554819.

HSL color Cylindrical-coordinate representation of color #438982: hue angle of 174º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438982 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 137 130 -
CMYK 0.51 0 0.05 0.46
HSL 174º 0.34% 0.4% -
HSV(B) 174º 0.51% 0.54% -
XYZ 15.29 20.7 24.31 -
YUV 115.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 67 137 130 0.51 0 0.05 0.46 174 0.34 0.4
Hex 43 89 82 33 0 5 2E AE 22 28
Octal 103 211 202 63 0 5 56 256 42 50
Binary 1000011 10001001 10000010 110011 0 101 101110 10101110 100010 101000

Color Harmonies of #438982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438982

Black with #438982

Text Example


Text Example

White with #438982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438982; }

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

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

background-color css

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

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

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

border-color css

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

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

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