Html Css Color HEX #489881 Lochinvar

📋 copy color: '#489881'

red 72 ◦ green 152 ◦ blue 129

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

Shades of Lochinvar #489881

Tints of Lochinvar #489881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 20.4%
G = 43.06%
B = 36.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#489881 (or 0x489881) is known color: Lochinvar. HEX triplet: 48, 98 and 81. RGB value is (72,152,129). Sum of RGB (Red+Green+Blue) = 72+152+129=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #489881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489881 is #B7677E. Grayscale: #7D7D7D. Windows color (decimal): -12019583 or 8493128. OLE color: 8493128.

HSL color Cylindrical-coordinate representation of color #489881: hue angle of 162.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489881 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 129 -
CMYK 0.53 0 0.15 0.40
HSL 162.75º 0.36% 0.44% -
HSV(B) 162.75º 0.53% 0.6% -
XYZ 17.86 25.42 24.73 -
YUV 125.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 72 152 129 0.53 0 0.15 0.40 162.75 0.36 0.44
Hex 48 98 81 35 0 F 28 A3 24 2C
Octal 110 230 201 65 0 17 50 243 44 54
Binary 1001000 10011000 10000001 110101 0 1111 101000 10100011 100100 101100

Color Harmonies of #489881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489881

Black with #489881

Text Example


Text Example

White with #489881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489881; }

 p { color: rgb(72,152,129); }

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

background-color css

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

 a { background-color: rgb(72,152,129); }

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

border-color css

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

 span { border-color: rgb(72,152,129); }

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