#427A4A

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

Shades of Killarney #427A4A

Tints of Killarney #427A4A

Color information

#427A4A (or 0x427A4A) is unknown color: approx Killarney. HEX triplet: 42, 7A and 4A. RGB value is (66,122,74). Sum of RGB (Red+Green+Blue) = 66+122+74=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #427A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A4A is #BD85B5. Grayscale: #636363. Windows color (decimal): -12420534 or 4880962. OLE color: 4880962.

HSL color Cylindrical-coordinate representation of color #427A4A: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A4A is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB6612274-
CMYK0.4600.390.52
HSL128.57º29.79%36.86%-
HSV(B)128.57º45.9%47.84%-
XYZ10.4415.578.93-
YUV99.78113.45103.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 122 (48.05% from 255) = 46.56%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=25.19%
G=46.56%
B=28.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122740.4600.390.52128.5729.7936.86
Hex427A4A2E02734811e25
Octal10217211256047642013645
Binary10000101111010100101010111001001111101001000000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427A4A; }

 p { color: rgb(66,122,74); }

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

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

 a { background-color: rgb(66,122,74); }

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

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

 span { border-color: rgb(66,122,74); }

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