Html Css Color HEX #489780 Lochinvar

📋 copy color: '#489780'

red 72 ◦ green 151 ◦ blue 128

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

Shades of Lochinvar #489780

Tints of Lochinvar #489780

RGB

 RED value IS 72 (28.52% from 255) = 20.51%

 GREEN value IS 151 (59.38% from 255) = 43.02%

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 20.51%
G = 43.02%
B = 36.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#489780 (or 0x489780) is known color: Lochinvar. HEX triplet: 48, 97 and 80. RGB value is (72,151,128). Sum of RGB (Red+Green+Blue) = 72+151+128=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #489780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489780 is #B7687F. Grayscale: #7C7C7C. Windows color (decimal): -12019840 or 8427336. OLE color: 8427336.

HSL color Cylindrical-coordinate representation of color #489780: hue angle of 162.53º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489780 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 128 -
CMYK 0.52 0 0.15 0.41
HSL 162.53º 0.35% 0.44% -
HSV(B) 162.53º 0.52% 0.59% -
XYZ 17.64 25.07 24.33 -
YUV 124.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 72 151 128 0.52 0 0.15 0.41 162.53 0.35 0.44
Hex 48 97 80 34 0 F 29 A3 23 2C
Octal 110 227 200 64 0 17 51 243 43 54
Binary 1001000 10010111 10000000 110100 0 1111 101001 10100011 100011 101100

Color Harmonies of #489780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489780

Black with #489780

Text Example


Text Example

White with #489780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489780; }

 p { color: rgb(72,151,128); }

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

background-color css

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

 a { background-color: rgb(72,151,128); }

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

border-color css

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

 span { border-color: rgb(72,151,128); }

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