#4B6B4C

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

Shades of Killarney #4B6B4C

Tints of Killarney #4B6B4C

Color information

#4B6B4C (or 0x4B6B4C) is unknown color: approx Killarney. HEX triplet: 4B, 6B and 4C. RGB value is (75,107,76). Sum of RGB (Red+Green+Blue) = 75+107+76=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6B4C is #B494B3. Grayscale: #5D5D5D. Windows color (decimal): -11834548 or 5008203. OLE color: 5008203.

HSL color Cylindrical-coordinate representation of color #4B6B4C: hue angle of 121.87º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B6B4C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB7510776-
CMYK0.3000.290.58
HSL121.87º17.58%35.69%-
HSV(B)121.87º29.91%41.96%-
XYZ9.4612.538.76-
YUV93.9117.9114.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=29.07%
G=41.47%
B=29.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107760.3000.290.58121.8717.5835.69
Hex4B6B4C1E01D3A7a1224
Octal11315311436035721722244
Binary10010111101011100110011110011101111010111101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,107,76); }

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

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

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

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

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

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

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