#427949

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

Shades of Killarney #427949

Tints of Killarney #427949

Color information

#427949 (or 0x427949) is unknown color: approx Killarney. HEX triplet: 42, 79 and 49. RGB value is (66,121,73). Sum of RGB (Red+Green+Blue) = 66+121+73=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #427949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427949 is #BD86B6. Grayscale: #636363. Windows color (decimal): -12420791 or 4815170. OLE color: 4815170.

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

Color convert

RGB6612173-
CMYK0.4500.400.53
HSL127.64º29.41%36.67%-
HSV(B)127.64º45.45%47.45%-
XYZ10.2915.318.72-
YUV99.08113.28104.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=25.38%
G=46.54%
B=28.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121730.4500.400.53127.6429.4136.67
Hex4279492D02835801d25
Octal10217111155050652003545
Binary10000101111001100100110110101010001101011000000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427949; }

 p { color: rgb(66,121,73); }

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

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

 a { background-color: rgb(66,121,73); }

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

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

 span { border-color: rgb(66,121,73); }

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