#427345

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

Shades of Killarney #427345

Tints of Killarney #427345

Color information

#427345 (or 0x427345) is unknown color: approx Killarney. HEX triplet: 42, 73 and 45. RGB value is (66,115,69). Sum of RGB (Red+Green+Blue) = 66+115+69=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #427345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427345 is #BD8CBA. Grayscale: #5F5F5F. Windows color (decimal): -12422331 or 4551490. OLE color: 4551490.

HSL color Cylindrical-coordinate representation of color #427345: hue angle of 123.67º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427345 is Cyan = 0.43, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB6611569-
CMYK0.4300.40.55
HSL123.67º27.07%35.49%-
HSV(B)123.67º42.61%45.1%-
XYZ9.4513.857.81-
YUV95.1113.27107.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=26.4%
G=46%
B=27.6%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115690.4300.40.55123.6727.0735.49
Hex4273452B028377c1b23
Octal10216310553050671743343
Binary1000010111001110001011010110101000110111111110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427345; }

 p { color: rgb(66,115,69); }

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

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

 a { background-color: rgb(66,115,69); }

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

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

 span { border-color: rgb(66,115,69); }

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