#467050

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

Shades of Killarney #467050

Tints of Killarney #467050

Color information

#467050 (or 0x467050) is unknown color: approx Killarney. HEX triplet: 46, 70 and 50. RGB value is (70,112,80). Sum of RGB (Red+Green+Blue) = 70+112+80=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #467050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467050 is #B98FAF. Grayscale: #5F5F5F. Windows color (decimal): -12160944 or 5271622. OLE color: 5271622.

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

Color convert

RGB7011280-
CMYK0.3800.290.56
HSL134.29º23.08%35.69%-
HSV(B)134.29º37.5%43.92%-
XYZ9.7713.479.67-
YUV95.79119.09109.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=26.72%
G=42.75%
B=30.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112800.3800.290.56134.2923.0835.69
Hex4670502601D38861724
Octal10616012046035702062744
Binary1000110111000010100001001100111011110001000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467050; }

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

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

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

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

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

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

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

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