Html Css Color HEX #448D7D Lochinvar

📋 copy color: '#448D7D'

red 68 ◦ green 141 ◦ blue 125

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

Shades of Lochinvar #448D7D

Tints of Lochinvar #448D7D

RGB

 RED value IS 68 (26.95% from 255) = 20.36%

 GREEN value IS 141 (55.47% from 255) = 42.22%

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

R = 20.36%
G = 42.22%
B = 37.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#448D7D (or 0x448D7D) is known color: Lochinvar. HEX triplet: 44, 8D and 7D. RGB value is (68,141,125). Sum of RGB (Red+Green+Blue) = 68+141+125=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #448D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D7D is #BB7282. Grayscale: #757575. Windows color (decimal): -12284547 or 8228164. OLE color: 8228164.

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

Color convert

RGB 68 141 125 -
CMYK 0.52 0 0.11 0.45
HSL 166.85º 0.35% 0.41% -
HSV(B) 166.85º 0.52% 0.55% -
XYZ 15.61 21.76 22.78 -
YUV 117.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 68 141 125 0.52 0 0.11 0.45 166.85 0.35 0.41
Hex 44 8D 7D 34 0 B 2D A7 23 29
Octal 104 215 175 64 0 13 55 247 43 51
Binary 1000100 10001101 1111101 110100 0 1011 101101 10100111 100011 101001

Color Harmonies of #448D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D7D

Black with #448D7D

Text Example


Text Example

White with #448D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D7D; }

 p { color: rgb(68,141,125); }

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

background-color css

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

 a { background-color: rgb(68,141,125); }

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

border-color css

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

 span { border-color: rgb(68,141,125); }

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