Html Css Color HEX #438679 Lochinvar

📋 copy color: '#438679'

red 67 ◦ green 134 ◦ blue 121

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

Shades of Lochinvar #438679

Tints of Lochinvar #438679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 20.81%
G = 41.61%
B = 37.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#438679 (or 0x438679) is known color: Lochinvar. HEX triplet: 43, 86 and 79. RGB value is (67,134,121). Sum of RGB (Red+Green+Blue) = 67+134+121=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #438679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438679 is #BC7986. Grayscale: #707070. Windows color (decimal): -12351879 or 7964227. OLE color: 7964227.

HSL color Cylindrical-coordinate representation of color #438679: hue angle of 168.36º 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 #438679 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 134 121 -
CMYK 0.5 0 0.10 0.47
HSL 168.36º 0.33% 0.39% -
HSV(B) 168.36º 0.5% 0.53% -
XYZ 14.29 19.62 21.12 -
YUV 112.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 67 134 121 0.5 0 0.10 0.47 168.36 0.33 0.39
Hex 43 86 79 32 0 A 2F A8 21 27
Octal 103 206 171 62 0 12 57 250 41 47
Binary 1000011 10000110 1111001 110010 0 1010 101111 10101000 100001 100111

Color Harmonies of #438679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438679

Black with #438679

Text Example


Text Example

White with #438679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438679; }

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

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

background-color css

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

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

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

border-color css

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

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

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