#467350

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

Shades of Killarney #467350

Tints of Killarney #467350

Color information

#467350 (or 0x467350) is unknown color: approx Killarney. HEX triplet: 46, 73 and 50. RGB value is (70,115,80). Sum of RGB (Red+Green+Blue) = 70+115+80=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #467350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467350 is #B98CAF. Grayscale: #616161. Windows color (decimal): -12160176 or 5272390. OLE color: 5272390.

HSL color Cylindrical-coordinate representation of color #467350: hue angle of 133.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467350 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB7011580-
CMYK0.3900.300.55
HSL133.33º24.32%36.27%-
HSV(B)133.33º39.13%45.1%-
XYZ10.114.149.79-
YUV97.56118.09108.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=26.42%
G=43.40%
B=30.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115800.3900.300.55133.3324.3236.27
Hex4673502701E37851824
Octal10616312047036672053044
Binary1000110111001110100001001110111101101111000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467350; }

 p { color: rgb(70,115,80); }

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

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

 a { background-color: rgb(70,115,80); }

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

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

 span { border-color: rgb(70,115,80); }

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