#42724C

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

Shades of Killarney #42724C

Tints of Killarney #42724C

Color information

#42724C (or 0x42724C) is unknown color: approx Killarney. HEX triplet: 42, 72 and 4C. RGB value is (66,114,76). Sum of RGB (Red+Green+Blue) = 66+114+76=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #42724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42724C is #BD8DB3. Grayscale: #5F5F5F. Windows color (decimal): -12422580 or 5009986. OLE color: 5009986.

HSL color Cylindrical-coordinate representation of color #42724C: hue angle of 132.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42724C is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB6611476-
CMYK0.4200.330.55
HSL132.5º26.67%35.29%-
HSV(B)132.5º42.11%44.71%-
XYZ9.5713.718.98-
YUV95.32117.1107.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=25.78%
G=44.53%
B=29.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114760.4200.330.55132.526.6735.29
Hex42724C2A02137841b23
Octal10216211452041672043343
Binary10000101110010100110010101001000011101111000010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42724C; }

 p { color: rgb(66,114,76); }

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

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

 a { background-color: rgb(66,114,76); }

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

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

 span { border-color: rgb(66,114,76); }

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