#467F52

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

Shades of Killarney #467F52

Tints of Killarney #467F52

Color information

#467F52 (or 0x467F52) is unknown color: approx Killarney. HEX triplet: 46, 7F and 52. RGB value is (70,127,82). Sum of RGB (Red+Green+Blue) = 70+127+82=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #467F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F52 is #B980AD. Grayscale: #686868. Windows color (decimal): -12157102 or 5406534. OLE color: 5406534.

HSL color Cylindrical-coordinate representation of color #467F52: hue angle of 132.63º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F52 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB7012782-
CMYK0.4500.350.50
HSL132.63º28.93%38.63%-
HSV(B)132.63º44.88%49.8%-
XYZ11.6417.0910.67-
YUV104.83115.12103.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=25.09%
G=45.52%
B=29.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70127820.4500.350.50132.6328.9338.63
Hex467F522D02332851d27
Octal10617712255043622053547
Binary10001101111111101001010110101000111100101000010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467F52; }

 p { color: rgb(70,127,82); }

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

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

 a { background-color: rgb(70,127,82); }

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

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

 span { border-color: rgb(70,127,82); }

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