#46704A

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

Shades of Killarney #46704A

Tints of Killarney #46704A

Color information

#46704A (or 0x46704A) is unknown color: approx Killarney. HEX triplet: 46, 70 and 4A. RGB value is (70,112,74). Sum of RGB (Red+Green+Blue) = 70+112+74=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #46704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46704A is #B98FB5. Grayscale: #5F5F5F. Windows color (decimal): -12160950 or 4878406. OLE color: 4878406.

HSL color Cylindrical-coordinate representation of color #46704A: hue angle of 125.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46704A is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB7011274-
CMYK0.3800.340.56
HSL125.71º23.08%35.69%-
HSV(B)125.71º37.5%43.92%-
XYZ9.5613.388.56-
YUV95.11116.09110.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=27.34%
G=43.75%
B=28.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112740.3800.340.56125.7123.0835.69
Hex46704A26022387e1724
Octal10616011246042701762744
Binary1000110111000010010101001100100010111000111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46704A; }

 p { color: rgb(70,112,74); }

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

<style>
 a { background-color: #46704A; }

 a { background-color: rgb(70,112,74); }

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

<style>
 span { border-color: #46704A; }

 span { border-color: rgb(70,112,74); }

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