Html Css Color HEX #4A9A81 Lochinvar

📋 copy color: '#4A9A81'

red 74 ◦ green 154 ◦ blue 129

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

Shades of Lochinvar #4A9A81

Tints of Lochinvar #4A9A81

RGB

 RED value IS 74 (29.3% from 255) = 20.73%

 GREEN value IS 154 (60.55% from 255) = 43.14%

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

R = 20.73%
G = 43.14%
B = 36.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#4A9A81 (or 0x4A9A81) is known color: Lochinvar. HEX triplet: 4A, 9A and 81. RGB value is (74,154,129). Sum of RGB (Red+Green+Blue) = 74+154+129=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9A81 is #B5657E. Grayscale: #7F7F7F. Windows color (decimal): -11887999 or 8493642. OLE color: 8493642.

HSL color Cylindrical-coordinate representation of color #4A9A81: hue angle of 161.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9A81 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 154 129 -
CMYK 0.52 0 0.16 0.40
HSL 161.25º 0.35% 0.45% -
HSV(B) 161.25º 0.52% 0.6% -
XYZ 18.34 26.15 24.85 -
YUV 127.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 74 154 129 0.52 0 0.16 0.40 161.25 0.35 0.45
Hex 4A 9A 81 34 0 10 28 A1 23 2D
Octal 112 232 201 64 0 20 50 241 43 55
Binary 1001010 10011010 10000001 110100 0 10000 101000 10100001 100011 101101

Color Harmonies of #4A9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9A81

Black with #4A9A81

Text Example


Text Example

White with #4A9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9A81; }

 p { color: rgb(74,154,129); }

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

background-color css

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

 a { background-color: rgb(74,154,129); }

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

border-color css

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

 span { border-color: rgb(74,154,129); }

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