#42714D

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

Shades of Killarney #42714D

Tints of Killarney #42714D

Color information

#42714D (or 0x42714D) is unknown color: approx Killarney. HEX triplet: 42, 71 and 4D. RGB value is (66,113,77). Sum of RGB (Red+Green+Blue) = 66+113+77=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #42714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42714D is #BD8EB2. Grayscale: #5E5E5E. Windows color (decimal): -12422835 or 5075266. OLE color: 5075266.

HSL color Cylindrical-coordinate representation of color #42714D: hue angle of 134.04º 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 #42714D is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB6611377-
CMYK0.4200.320.56
HSL134.04º26.26%35.1%-
HSV(B)134.04º41.59%44.31%-
XYZ9.4913.59.13-
YUV94.84117.93107.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=25.78%
G=44.14%
B=30.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113770.4200.320.56134.0426.2635.1
Hex42714D2A02038861a23
Octal10216111552040702063243
Binary10000101110001100110110101001000001110001000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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