Html Css Color HEX #438B80 Lochinvar

📋 copy color: '#438B80'

red 67 ◦ green 139 ◦ blue 128

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

Shades of Lochinvar #438B80

Tints of Lochinvar #438B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 20.06%
G = 41.62%
B = 38.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#438B80 (or 0x438B80) is known color: Lochinvar. HEX triplet: 43, 8B and 80. RGB value is (67,139,128). Sum of RGB (Red+Green+Blue) = 67+139+128=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #438B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B80 is #BC747F. Grayscale: #747474. Windows color (decimal): -12350592 or 8424259. OLE color: 8424259.

HSL color Cylindrical-coordinate representation of color #438B80: hue angle of 170.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B80 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 139 128 -
CMYK 0.52 0 0.08 0.45
HSL 170.83º 0.35% 0.4% -
HSV(B) 170.83º 0.52% 0.55% -
XYZ 15.44 21.22 23.7 -
YUV 116.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 67 139 128 0.52 0 0.08 0.45 170.83 0.35 0.4
Hex 43 8B 80 34 0 8 2D AB 23 28
Octal 103 213 200 64 0 10 55 253 43 50
Binary 1000011 10001011 10000000 110100 0 1000 101101 10101011 100011 101000

Color Harmonies of #438B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B80

Black with #438B80

Text Example


Text Example

White with #438B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438B80; }

 p { color: rgb(67,139,128); }

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

background-color css

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

 a { background-color: rgb(67,139,128); }

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

border-color css

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

 span { border-color: rgb(67,139,128); }

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