#467D4F

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

Shades of Killarney #467D4F

Tints of Killarney #467D4F

Color information

#467D4F (or 0x467D4F) is unknown color: approx Killarney. HEX triplet: 46, 7D and 4F. RGB value is (70,125,79). Sum of RGB (Red+Green+Blue) = 70+125+79=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #467D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D4F is #B982B0. Grayscale: #676767. Windows color (decimal): -12157617 or 5209414. OLE color: 5209414.

HSL color Cylindrical-coordinate representation of color #467D4F: hue angle of 129.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467D4F is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB7012579-
CMYK0.4400.370.51
HSL129.82º28.21%38.24%-
HSV(B)129.82º44%49.02%-
XYZ11.2716.539.99-
YUV103.31114.28104.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=25.55%
G=45.62%
B=28.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70125790.4400.370.51129.8228.2138.24
Hex467D4F2C02533821c26
Octal10617511754045632023446
Binary10001101111101100111110110001001011100111000001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,125,79); }

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

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

 a { background-color: rgb(70,125,79); }

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

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

 span { border-color: rgb(70,125,79); }

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