Html Css Color HEX #489581 Lochinvar

📋 copy color: '#489581'

red 72 ◦ green 149 ◦ blue 129

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

Shades of Lochinvar #489581

Tints of Lochinvar #489581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

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

R = 20.57%
G = 42.57%
B = 36.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#489581 (or 0x489581) is known color: Lochinvar. HEX triplet: 48, 95 and 81. RGB value is (72,149,129). Sum of RGB (Red+Green+Blue) = 72+149+129=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #489581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489581 is #B76A7E. Grayscale: #7B7B7B. Windows color (decimal): -12020351 or 8492360. OLE color: 8492360.

HSL color Cylindrical-coordinate representation of color #489581: hue angle of 164.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489581 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 129 -
CMYK 0.52 0 0.13 0.42
HSL 164.42º 0.35% 0.43% -
HSV(B) 164.42º 0.52% 0.58% -
XYZ 17.38 24.46 24.57 -
YUV 123.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 72 149 129 0.52 0 0.13 0.42 164.42 0.35 0.43
Hex 48 95 81 34 0 D 2A A4 23 2B
Octal 110 225 201 64 0 15 52 244 43 53
Binary 1001000 10010101 10000001 110100 0 1101 101010 10100100 100011 101011

Color Harmonies of #489581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489581

Black with #489581

Text Example


Text Example

White with #489581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489581; }

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

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

background-color css

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

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

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

border-color css

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

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

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