#4A6F48

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

Shades of Killarney #4A6F48

Tints of Killarney #4A6F48

Color information

#4A6F48 (or 0x4A6F48) is unknown color: approx Killarney. HEX triplet: 4A, 6F and 48. RGB value is (74,111,72). Sum of RGB (Red+Green+Blue) = 74+111+72=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F48 is #B590B7. Grayscale: #5F5F5F. Windows color (decimal): -11899064 or 4747082. OLE color: 4747082.

HSL color Cylindrical-coordinate representation of color #4A6F48: hue angle of 116.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A6F48 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB7411172-
CMYK0.3300.350.56
HSL116.92º21.31%35.88%-
HSV(B)116.92º35.14%43.53%-
XYZ9.6813.298.19-
YUV95.49114.74112.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=28.79%
G=43.19%
B=28.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74111720.3300.350.56116.9221.3135.88
Hex4A6F482102338751524
Octal11215711041043701652544
Binary1001010110111110010001000010100011111000111010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,111,72); }

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

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

 a { background-color: rgb(74,111,72); }

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

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

 span { border-color: rgb(74,111,72); }

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