#427745

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

Shades of Killarney #427745

Tints of Killarney #427745

Color information

#427745 (or 0x427745) is unknown color: approx Killarney. HEX triplet: 42, 77 and 45. RGB value is (66,119,69). Sum of RGB (Red+Green+Blue) = 66+119+69=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #427745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427745 is #BD88BA. Grayscale: #616161. Windows color (decimal): -12421307 or 4552514. OLE color: 4552514.

HSL color Cylindrical-coordinate representation of color #427745: hue angle of 123.4º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427745 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB6611969-
CMYK0.4500.420.53
HSL123.4º28.65%36.27%-
HSV(B)123.4º44.54%46.67%-
XYZ9.9214.787.96-
YUV97.45111.94105.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=25.98%
G=46.85%
B=27.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119690.4500.420.53123.428.6536.27
Hex4277452D02A357b1d24
Octal10216710555052651733544
Binary1000010111011110001011011010101010110101111101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427745; }

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

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

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

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

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

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

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

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