#42704C

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

Shades of Killarney #42704C

Tints of Killarney #42704C

Color information

#42704C (or 0x42704C) is unknown color: approx Killarney. HEX triplet: 42, 70 and 4C. RGB value is (66,112,76). Sum of RGB (Red+Green+Blue) = 66+112+76=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #42704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42704C is #BD8FB3. Grayscale: #5E5E5E. Windows color (decimal): -12423092 or 5009474. OLE color: 5009474.

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

Color convert

RGB6611276-
CMYK0.4100.320.56
HSL133.04º25.84%34.9%-
HSV(B)133.04º41.07%43.92%-
XYZ9.3513.278.91-
YUV94.14117.76107.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=25.98%
G=44.09%
B=29.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112760.4100.320.56133.0425.8434.9
Hex42704C2902038851a23
Octal10216011451040702053243
Binary10000101110000100110010100101000001110001000010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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