Html Css Color HEX #448D7F Lochinvar

📋 copy color: '#448D7F'

red 68 ◦ green 141 ◦ blue 127

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

Shades of Lochinvar #448D7F

Tints of Lochinvar #448D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.8%

R = 20.24%
G = 41.96%
B = 37.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#448D7F (or 0x448D7F) is known color: Lochinvar. HEX triplet: 44, 8D and 7F. RGB value is (68,141,127). Sum of RGB (Red+Green+Blue) = 68+141+127=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #448D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D7F is #BB7280. Grayscale: #757575. Windows color (decimal): -12284545 or 8359236. OLE color: 8359236.

HSL color Cylindrical-coordinate representation of color #448D7F: hue angle of 168.49º 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 #448D7F is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 127 -
CMYK 0.52 0 0.10 0.45
HSL 168.49º 0.35% 0.41% -
HSV(B) 168.49º 0.52% 0.55% -
XYZ 15.74 21.81 23.46 -
YUV 117.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 68 141 127 0.52 0 0.10 0.45 168.49 0.35 0.41
Hex 44 8D 7F 34 0 A 2D A8 23 29
Octal 104 215 177 64 0 12 55 250 43 51
Binary 1000100 10001101 1111111 110100 0 1010 101101 10101000 100011 101001

Color Harmonies of #448D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D7F

Black with #448D7F

Text Example


Text Example

White with #448D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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