#427A43

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

Shades of Killarney #427A43

Tints of Killarney #427A43

Color information

#427A43 (or 0x427A43) is unknown color: approx Killarney. HEX triplet: 42, 7A and 43. RGB value is (66,122,67). Sum of RGB (Red+Green+Blue) = 66+122+67=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #427A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A43 is #BD85BC. Grayscale: #636363. Windows color (decimal): -12420541 or 4422210. OLE color: 4422210.

HSL color Cylindrical-coordinate representation of color #427A43: hue angle of 121.07º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A43 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB6612267-
CMYK0.4600.450.52
HSL121.07º29.79%36.86%-
HSV(B)121.07º45.9%47.84%-
XYZ10.2215.487.76-
YUV98.99109.95104.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 122 (48.05% from 255) = 47.84%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=25.88%
G=47.84%
B=26.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122670.4600.450.52121.0729.7936.86
Hex427A432E02D34791e25
Octal10217210356055641713645
Binary1000010111101010000111011100101101110100111100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,122,67); }

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

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

 a { background-color: rgb(66,122,67); }

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

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

 span { border-color: rgb(66,122,67); }

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