#42754A

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

Shades of Killarney #42754A

Tints of Killarney #42754A

Color information

#42754A (or 0x42754A) is unknown color: approx Killarney. HEX triplet: 42, 75 and 4A. RGB value is (66,117,74). Sum of RGB (Red+Green+Blue) = 66+117+74=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #42754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42754A is #BD8AB5. Grayscale: #606060. Windows color (decimal): -12421814 or 4879682. OLE color: 4879682.

HSL color Cylindrical-coordinate representation of color #42754A: hue angle of 129.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42754A is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB6611774-
CMYK0.4400.370.54
HSL129.41º27.87%35.88%-
HSV(B)129.41º43.59%45.88%-
XYZ9.8414.388.73-
YUV96.85115.1106-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=25.68%
G=45.53%
B=28.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117740.4400.370.54129.4127.8735.88
Hex42754A2C02536811c24
Octal10216511254045662013444
Binary10000101110101100101010110001001011101101000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42754A; }

 p { color: rgb(66,117,74); }

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

<style>
 a { background-color: #42754A; }

 a { background-color: rgb(66,117,74); }

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

<style>
 span { border-color: #42754A; }

 span { border-color: rgb(66,117,74); }

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