#427951

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

Shades of Killarney #427951

Tints of Killarney #427951

Color information

#427951 (or 0x427951) is unknown color: approx Killarney. HEX triplet: 42, 79 and 51. RGB value is (66,121,81). Sum of RGB (Red+Green+Blue) = 66+121+81=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #427951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427951 is #BD86AE. Grayscale: #646464. Windows color (decimal): -12420783 or 5339458. OLE color: 5339458.

HSL color Cylindrical-coordinate representation of color #427951: hue angle of 136.36º 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 #427951 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB6612181-
CMYK0.4500.330.53
HSL136.36º29.41%36.67%-
HSV(B)136.36º45.45%47.45%-
XYZ10.5715.4310.21-
YUV99.99117.28103.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=24.63%
G=45.15%
B=30.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121810.4500.330.53136.3629.4136.67
Hex4279512D02135881d25
Octal10217112155041652103545
Binary10000101111001101000110110101000011101011000100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427951; }

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

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

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

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

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

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

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

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