#4B9B7D

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

Shades of Lochinvar #4B9B7D

Tints of Lochinvar #4B9B7D

Color information

#4B9B7D (or 0x4B9B7D) is unknown color: approx Lochinvar. HEX triplet: 4B, 9B and 7D. RGB value is (75,155,125). Sum of RGB (Red+Green+Blue) = 75+155+125=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B7D is #B46482. Grayscale: #7F7F7F. Windows color (decimal): -11822211 or 8231755. OLE color: 8231755.

HSL color Cylindrical-coordinate representation of color #4B9B7D: hue angle of 157.5º 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 #4B9B7D is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB75155125-
CMYK0.5200.190.39
HSL157.5º34.78%45.1%-
HSV(B)157.5º51.61%60.78%-
XYZ18.3226.4223.54-
YUV127.66126.590.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.13%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=21.13%
G=43.66%
B=35.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751551250.5200.190.39157.534.7845.1
Hex4B9B7D34013279e232d
Octal11323317564023472364355
Binary100101110011011111110111010001001110011110011110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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