#467252

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

Shades of Killarney #467252

Tints of Killarney #467252

Color information

#467252 (or 0x467252) is unknown color: approx Killarney. HEX triplet: 46, 72 and 52. RGB value is (70,114,82). Sum of RGB (Red+Green+Blue) = 70+114+82=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #467252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467252 is #B98DAD. Grayscale: #616161. Windows color (decimal): -12160430 or 5403206. OLE color: 5403206.

HSL color Cylindrical-coordinate representation of color #467252: hue angle of 136.36º 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 #467252 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB7011482-
CMYK0.3900.280.55
HSL136.36º23.91%36.08%-
HSV(B)136.36º38.6%44.71%-
XYZ10.0713.9510.14-
YUV97.2119.42108.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=26.32%
G=42.86%
B=30.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114820.3900.280.55136.3623.9136.08
Hex4672522701C37881824
Octal10616212247034672103044
Binary1000110111001010100101001110111001101111000100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467252; }

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

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

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

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

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

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

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

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