Html Css Color HEX #488981 Lochinvar

📋 copy color: '#488981'

red 72 ◦ green 137 ◦ blue 129

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

Shades of Lochinvar #488981

Tints of Lochinvar #488981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

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

R = 21.3%
G = 40.53%
B = 38.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#488981 (or 0x488981) is known color: Lochinvar. HEX triplet: 48, 89 and 81. RGB value is (72,137,129). Sum of RGB (Red+Green+Blue) = 72+137+129=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #488981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488981 is #B7767E. Grayscale: #747474. Windows color (decimal): -12023423 or 8489288. OLE color: 8489288.

HSL color Cylindrical-coordinate representation of color #488981: hue angle of 172.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488981 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 129 -
CMYK 0.47 0 0.06 0.46
HSL 172.62º 0.31% 0.41% -
HSV(B) 172.62º 0.47% 0.54% -
XYZ 15.58 20.85 23.97 -
YUV 116.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 72 137 129 0.47 0 0.06 0.46 172.62 0.31 0.41
Hex 48 89 81 2F 0 6 2E AD 1F 29
Octal 110 211 201 57 0 6 56 255 37 51
Binary 1001000 10001001 10000001 101111 0 110 101110 10101101 11111 101001

Color Harmonies of #488981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488981

Black with #488981

Text Example


Text Example

White with #488981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488981; }

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

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

background-color css

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

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

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

border-color css

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

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

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