#4B9B7F

Color #4B9B7F Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4B9B7F

Tints of Lochinvar #4B9B7F

Color information

#4B9B7F (or 0x4B9B7F) is unknown color: approx Lochinvar. HEX triplet: 4B, 9B and 7F. RGB value is (75,155,127). Sum of RGB (Red+Green+Blue) = 75+155+127=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B7F is #B46480. Grayscale: #7F7F7F. Windows color (decimal): -11822209 or 8362827. OLE color: 8362827.

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

Color convert

RGB75155127-
CMYK0.5200.180.39
HSL159º34.78%45.1%-
HSV(B)159º51.61%60.78%-
XYZ18.4526.4724.22-
YUV127.89127.590.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 127 (50% from 255) = 35.57%
R=21.01%
G=43.42%
B=35.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751551270.5200.180.3915934.7845.1
Hex4B9B7F34012279f232d
Octal11323317764022472374355
Binary100101110011011111111111010001001010011110011111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,155,127); }

 H1.HeaderClassName
 {
   color: #4B9B7F;
 }
 .AnyTagClassName
 {
   color: #4B9B7F;
 }
</style>
background-color css

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

 a { background-color: rgb(75,155,127); }

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

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

 span { border-color: rgb(75,155,127); }

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