#427D4F

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

Shades of Killarney #427D4F

Tints of Killarney #427D4F

Color information

#427D4F (or 0x427D4F) is unknown color: approx Killarney. HEX triplet: 42, 7D and 4F. RGB value is (66,125,79). Sum of RGB (Red+Green+Blue) = 66+125+79=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #427D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D4F is #BD82B0. Grayscale: #666666. Windows color (decimal): -12419761 or 5209410. OLE color: 5209410.

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

Color convert

RGB6612579-
CMYK0.4700.370.51
HSL133.22º30.89%37.45%-
HSV(B)133.22º47.2%49.02%-
XYZ10.9916.399.98-
YUV102.12114.95102.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=24.44%
G=46.30%
B=29.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66125790.4700.370.51133.2230.8937.45
Hex427D4F2F02533851f25
Octal10217511757045632053745
Binary10000101111101100111110111101001011100111000010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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