Html Css Color HEX #449678 Lochinvar

📋 copy color: '#449678'

red 68 ◦ green 150 ◦ blue 120

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

Shades of Lochinvar #449678

Tints of Lochinvar #449678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 20.12%
G = 44.38%
B = 35.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#449678 (or 0x449678) is known color: Lochinvar. HEX triplet: 44, 96 and 78. RGB value is (68,150,120). Sum of RGB (Red+Green+Blue) = 68+150+120=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #449678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449678 is #BB6987. Grayscale: #7A7A7A. Windows color (decimal): -12282248 or 7902788. OLE color: 7902788.

HSL color Cylindrical-coordinate representation of color #449678: hue angle of 158.05º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449678 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 120 -
CMYK 0.55 0 0.20 0.41
HSL 158.05º 0.38% 0.43% -
HSV(B) 158.05º 0.55% 0.59% -
XYZ 16.68 24.4 21.6 -
YUV 122.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 68 150 120 0.55 0 0.20 0.41 158.05 0.38 0.43
Hex 44 96 78 37 0 14 29 9E 26 2B
Octal 104 226 170 67 0 24 51 236 46 53
Binary 1000100 10010110 1111000 110111 0 10100 101001 10011110 100110 101011

Color Harmonies of #449678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449678

Black with #449678

Text Example


Text Example

White with #449678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449678; }

 p { color: rgb(68,150,120); }

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

background-color css

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

 a { background-color: rgb(68,150,120); }

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

border-color css

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

 span { border-color: rgb(68,150,120); }

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