#427848

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

Shades of Killarney #427848

Tints of Killarney #427848

Color information

#427848 (or 0x427848) is unknown color: approx Killarney. HEX triplet: 42, 78 and 48. RGB value is (66,120,72). Sum of RGB (Red+Green+Blue) = 66+120+72=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #427848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427848 is #BD87B7. Grayscale: #626262. Windows color (decimal): -12421048 or 4749378. OLE color: 4749378.

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

Color convert

RGB6612072-
CMYK0.4500.400.53
HSL126.67º29.03%36.47%-
HSV(B)126.67º45%47.06%-
XYZ10.1315.068.5-
YUV98.38113.11104.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=25.58%
G=46.51%
B=27.91%

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
Decimal66120720.4500.400.53126.6729.0336.47
Hex4278482D028357f1d24
Octal10217011055050651773544
Binary1000010111100010010001011010101000110101111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427848; }

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

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

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

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

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

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

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

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