#467245

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

Shades of Killarney #467245

Tints of Killarney #467245

Color information

#467245 (or 0x467245) is unknown color: approx Killarney. HEX triplet: 46, 72 and 45. RGB value is (70,114,69). Sum of RGB (Red+Green+Blue) = 70+114+69=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #467245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467245 is #B98DBA. Grayscale: #5F5F5F. Windows color (decimal): -12160443 or 4551238. OLE color: 4551238.

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

Color convert

RGB7011469-
CMYK0.3900.390.55
HSL118.67º24.59%35.88%-
HSV(B)118.67º39.47%44.71%-
XYZ9.6213.777.78-
YUV95.71112.92109.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=27.67%
G=45.06%
B=27.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114690.3900.390.55118.6724.5935.88
Hex4672452702737771924
Octal10616210547047671673144
Binary1000110111001010001011001110100111110111111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467245; }

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

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

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

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

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

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

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

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