Html Css Color HEX #438F7D Lochinvar

📋 copy color: '#438F7D'

red 67 ◦ green 143 ◦ blue 125

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

Shades of Lochinvar #438F7D

Tints of Lochinvar #438F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 20%
G = 42.69%
B = 37.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#438F7D (or 0x438F7D) is known color: Lochinvar. HEX triplet: 43, 8F and 7D. RGB value is (67,143,125). Sum of RGB (Red+Green+Blue) = 67+143+125=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #438F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438F7D is #BC7082. Grayscale: #767676. Windows color (decimal): -12349571 or 8228675. OLE color: 8228675.

HSL color Cylindrical-coordinate representation of color #438F7D: hue angle of 165.79º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438F7D is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 143 125 -
CMYK 0.53 0 0.13 0.44
HSL 165.79º 0.36% 0.41% -
HSV(B) 165.79º 0.53% 0.56% -
XYZ 15.84 22.32 22.88 -
YUV 118.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 67 143 125 0.53 0 0.13 0.44 165.79 0.36 0.41
Hex 43 8F 7D 35 0 D 2C A6 24 29
Octal 103 217 175 65 0 15 54 246 44 51
Binary 1000011 10001111 1111101 110101 0 1101 101100 10100110 100100 101001

Color Harmonies of #438F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438F7D

Black with #438F7D

Text Example


Text Example

White with #438F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,143,125); }

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

background-color css

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

 a { background-color: rgb(67,143,125); }

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

border-color css

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

 span { border-color: rgb(67,143,125); }

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