Html Css Color HEX #438782 Lochinvar

📋 copy color: '#438782'

red 67 ◦ green 135 ◦ blue 130

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

Shades of Lochinvar #438782

Tints of Lochinvar #438782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 20.18%
G = 40.66%
B = 39.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#438782 (or 0x438782) is known color: Lochinvar. HEX triplet: 43, 87 and 82. RGB value is (67,135,130). Sum of RGB (Red+Green+Blue) = 67+135+130=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #438782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438782 is #BC787D. Grayscale: #727272. Windows color (decimal): -12351614 or 8554307. OLE color: 8554307.

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

Color convert

RGB 67 135 130 -
CMYK 0.50 0 0.04 0.47
HSL 175.59º 0.34% 0.4% -
HSV(B) 175.59º 0.5% 0.53% -
XYZ 15.01 20.13 24.21 -
YUV 114.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 67 135 130 0.50 0 0.04 0.47 175.59 0.34 0.4
Hex 43 87 82 32 0 4 2F B0 22 28
Octal 103 207 202 62 0 4 57 260 42 50
Binary 1000011 10000111 10000010 110010 0 100 101111 10110000 100010 101000

Color Harmonies of #438782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438782

Black with #438782

Text Example


Text Example

White with #438782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438782; }

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

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

background-color css

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

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

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

border-color css

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

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

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