#427A48

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

Shades of Killarney #427A48

Tints of Killarney #427A48

Color information

#427A48 (or 0x427A48) is unknown color: approx Killarney. HEX triplet: 42, 7A and 48. RGB value is (66,122,72). Sum of RGB (Red+Green+Blue) = 66+122+72=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #427A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A48 is #BD85B7. Grayscale: #636363. Windows color (decimal): -12420536 or 4749890. OLE color: 4749890.

HSL color Cylindrical-coordinate representation of color #427A48: hue angle of 126.43º 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 #427A48 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB6612272-
CMYK0.4600.410.52
HSL126.43º29.79%36.86%-
HSV(B)126.43º45.9%47.84%-
XYZ10.3815.558.58-
YUV99.56112.45104.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 122 (48.05% from 255) = 46.92%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=25.38%
G=46.92%
B=27.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122720.4600.410.52126.4329.7936.86
Hex427A482E029347e1e25
Octal10217211056051641763645
Binary1000010111101010010001011100101001110100111111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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