#42714E

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

Shades of Killarney #42714E

Tints of Killarney #42714E

Color information

#42714E (or 0x42714E) is unknown color: approx Killarney. HEX triplet: 42, 71 and 4E. RGB value is (66,113,78). Sum of RGB (Red+Green+Blue) = 66+113+78=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #42714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42714E is #BD8EB1. Grayscale: #5F5F5F. Windows color (decimal): -12422834 or 5140802. OLE color: 5140802.

HSL color Cylindrical-coordinate representation of color #42714E: hue angle of 135.32º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42714E is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB6611378-
CMYK0.4200.310.56
HSL135.32º26.26%35.1%-
HSV(B)135.32º41.59%44.31%-
XYZ9.5313.529.31-
YUV94.96118.43107.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=25.68%
G=43.97%
B=30.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113780.4200.310.56135.3226.2635.1
Hex42714E2A01F38871a23
Octal10216111652037702073243
Binary1000010111000110011101010100111111110001000011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42714E; }

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

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

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

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

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

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

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

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