#46714B

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

Shades of Killarney #46714B

Tints of Killarney #46714B

Color information

#46714B (or 0x46714B) is unknown color: approx Killarney. HEX triplet: 46, 71 and 4B. RGB value is (70,113,75). Sum of RGB (Red+Green+Blue) = 70+113+75=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #46714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46714B is #B98EB4. Grayscale: #5F5F5F. Windows color (decimal): -12160693 or 4944198. OLE color: 4944198.

HSL color Cylindrical-coordinate representation of color #46714B: hue angle of 126.98º 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 #46714B is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB7011375-
CMYK0.3800.340.56
HSL126.98º23.5%35.88%-
HSV(B)126.98º38.05%44.31%-
XYZ9.713.628.77-
YUV95.81116.25109.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=27.13%
G=43.80%
B=29.07%

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
Decimal70113750.3800.340.56126.9823.535.88
Hex46714B26022387f1724
Octal10616111346042701772744
Binary1000110111000110010111001100100010111000111111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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