#427D4E

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

Shades of Killarney #427D4E

Tints of Killarney #427D4E

Color information

#427D4E (or 0x427D4E) is unknown color: approx Killarney. HEX triplet: 42, 7D and 4E. RGB value is (66,125,78). Sum of RGB (Red+Green+Blue) = 66+125+78=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #427D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D4E is #BD82B1. Grayscale: #666666. Windows color (decimal): -12419762 or 5143874. OLE color: 5143874.

HSL color Cylindrical-coordinate representation of color #427D4E: hue angle of 132.2º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427D4E is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB6612578-
CMYK0.4700.380.51
HSL132.2º30.89%37.45%-
HSV(B)132.2º47.2%49.02%-
XYZ10.9616.389.79-
YUV102114.45102.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 125 (49.22% from 255) = 46.47%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=24.54%
G=46.47%
B=29.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66125780.4700.380.51132.230.8937.45
Hex427D4E2F02633841f25
Octal10217511657046632043745
Binary10000101111101100111010111101001101100111000010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,125,78); }

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

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

 a { background-color: rgb(66,125,78); }

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

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

 span { border-color: rgb(66,125,78); }

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