Html Css Color HEX #438680 Lochinvar

📋 copy color: '#438680'

red 67 ◦ green 134 ◦ blue 128

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

Shades of Lochinvar #438680

Tints of Lochinvar #438680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

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

R = 20.36%
G = 40.73%
B = 38.91%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#438680 (or 0x438680) is known color: Lochinvar. HEX triplet: 43, 86 and 80. RGB value is (67,134,128). Sum of RGB (Red+Green+Blue) = 67+134+128=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #438680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438680 is #BC797F. Grayscale: #717171. Windows color (decimal): -12351872 or 8422979. OLE color: 8422979.

HSL color Cylindrical-coordinate representation of color #438680: hue angle of 174.63º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438680 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 134 128 -
CMYK 0.5 0 0.04 0.47
HSL 174.63º 0.33% 0.39% -
HSV(B) 174.63º 0.5% 0.53% -
XYZ 14.74 19.8 23.47 -
YUV 113.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 67 134 128 0.5 0 0.04 0.47 174.63 0.33 0.39
Hex 43 86 80 32 0 4 2F AF 21 27
Octal 103 206 200 62 0 4 57 257 41 47
Binary 1000011 10000110 10000000 110010 0 100 101111 10101111 100001 100111

Color Harmonies of #438680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438680

Black with #438680

Text Example


Text Example

White with #438680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438680; }

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

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

background-color css

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

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

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

border-color css

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

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

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