#427950

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

Shades of Killarney #427950

Tints of Killarney #427950

Color information

#427950 (or 0x427950) is unknown color: approx Killarney. HEX triplet: 42, 79 and 50. RGB value is (66,121,80). Sum of RGB (Red+Green+Blue) = 66+121+80=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #427950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427950 is #BD86AF. Grayscale: #636363. Windows color (decimal): -12420784 or 5273922. OLE color: 5273922.

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

Color convert

RGB6612180-
CMYK0.4500.340.53
HSL135.27º29.41%36.67%-
HSV(B)135.27º45.45%47.45%-
XYZ10.5315.4110.01-
YUV99.88116.78103.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=24.72%
G=45.32%
B=29.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121800.4500.340.53135.2729.4136.67
Hex4279502D02235871d25
Octal10217112055042652073545
Binary10000101111001101000010110101000101101011000011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427950; }

 p { color: rgb(66,121,80); }

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

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

 a { background-color: rgb(66,121,80); }

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

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

 span { border-color: rgb(66,121,80); }

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