#4B794B

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

Shades of Killarney #4B794B

Tints of Killarney #4B794B

Color information

#4B794B (or 0x4B794B) is unknown color: approx Killarney. HEX triplet: 4B, 79 and 4B. RGB value is (75,121,75). Sum of RGB (Red+Green+Blue) = 75+121+75=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #4B794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B794B is #B486B4. Grayscale: #666666. Windows color (decimal): -11830965 or 4946251. OLE color: 4946251.

HSL color Cylindrical-coordinate representation of color #4B794B: hue angle of 120º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B794B is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB7512175-
CMYK0.3800.380.53
HSL120º23.47%38.43%-
HSV(B)120º38.02%47.45%-
XYZ11.0115.689.1-
YUV102112.76108.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=27.68%
G=44.65%
B=27.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121750.3800.380.5312023.4738.43
Hex4B794B2602635781726
Octal11317111346046651702746
Binary1001011111100110010111001100100110110101111100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,121,75); }

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

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

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

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

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

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

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