#46894B

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

Shades of Killarney #46894B

Tints of Killarney #46894B

Color information

#46894B (or 0x46894B) is unknown color: approx Killarney. HEX triplet: 46, 89 and 4B. RGB value is (70,137,75). Sum of RGB (Red+Green+Blue) = 70+137+75=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #46894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46894B is #B976B4. Grayscale: #6E6E6E. Windows color (decimal): -12154549 or 4950342. OLE color: 4950342.

HSL color Cylindrical-coordinate representation of color #46894B: hue angle of 124.48º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46894B is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB7013775-
CMYK0.4900.450.46
HSL124.48º32.37%40.59%-
HSV(B)124.48º48.91%53.73%-
XYZ12.7419.79.79-
YUV109.9108.399.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 137 (53.91% from 255) = 48.58%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=24.82%
G=48.58%
B=26.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70137750.4900.450.46124.4832.3740.59
Hex46894B3102D2E7c2029
Octal10621111361055561744051
Binary100011010001001100101111000101011011011101111100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46894B; }

 p { color: rgb(70,137,75); }

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

<style>
 a { background-color: #46894B; }

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

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

<style>
 span { border-color: #46894B; }

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

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