#427C4C

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

Shades of Killarney #427C4C

Tints of Killarney #427C4C

Color information

#427C4C (or 0x427C4C) is unknown color: approx Killarney. HEX triplet: 42, 7C and 4C. RGB value is (66,124,76). Sum of RGB (Red+Green+Blue) = 66+124+76=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #427C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C4C is #BD83B3. Grayscale: #656565. Windows color (decimal): -12420020 or 5012546. OLE color: 5012546.

HSL color Cylindrical-coordinate representation of color #427C4C: hue angle of 130.34º 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 #427C4C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB6612476-
CMYK0.4700.390.51
HSL130.34º30.53%37.25%-
HSV(B)130.34º46.77%48.63%-
XYZ10.7616.19.38-
YUV101.19113.78102.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=24.81%
G=46.62%
B=28.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124760.4700.390.51130.3430.5337.25
Hex427C4C2F02733821f25
Octal10217411457047632023745
Binary10000101111100100110010111101001111100111000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,76); }

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

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

 a { background-color: rgb(66,124,76); }

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

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

 span { border-color: rgb(66,124,76); }

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