#427648

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

Shades of Killarney #427648

Tints of Killarney #427648

Color information

#427648 (or 0x427648) is unknown color: approx Killarney. HEX triplet: 42, 76 and 48. RGB value is (66,118,72). Sum of RGB (Red+Green+Blue) = 66+118+72=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #427648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427648 is #BD89B7. Grayscale: #616161. Windows color (decimal): -12421560 or 4748866. OLE color: 4748866.

HSL color Cylindrical-coordinate representation of color #427648: hue angle of 126.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427648 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB6611872-
CMYK0.4400.390.54
HSL126.92º28.26%36.08%-
HSV(B)126.92º44.07%46.27%-
XYZ9.8914.588.42-
YUV97.21113.77105.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=25.78%
G=46.09%
B=28.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118720.4400.390.54126.9228.2636.08
Hex4276482C027367f1c24
Octal10216611054047661773444
Binary1000010111011010010001011000100111110110111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427648; }

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

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

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

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

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

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

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

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