#42714F

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

Shades of Killarney #42714F

Tints of Killarney #42714F

Color information

#42714F (or 0x42714F) is unknown color: approx Killarney. HEX triplet: 42, 71 and 4F. RGB value is (66,113,79). Sum of RGB (Red+Green+Blue) = 66+113+79=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #42714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42714F is #BD8EB0. Grayscale: #5F5F5F. Windows color (decimal): -12422833 or 5206338. OLE color: 5206338.

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

Color convert

RGB6611379-
CMYK0.4200.300.56
HSL136.6º26.26%35.1%-
HSV(B)136.6º41.59%44.31%-
XYZ9.5613.539.51-
YUV95.07118.93107.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=25.58%
G=43.80%
B=30.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113790.4200.300.56136.626.2635.1
Hex42714F2A01E38891a23
Octal10216111752036702113243
Binary1000010111000110011111010100111101110001000100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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