#42754C

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

Shades of Killarney #42754C

Tints of Killarney #42754C

Color information

#42754C (or 0x42754C) is unknown color: approx Killarney. HEX triplet: 42, 75 and 4C. RGB value is (66,117,76). Sum of RGB (Red+Green+Blue) = 66+117+76=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #42754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42754C is #BD8AB3. Grayscale: #616161. Windows color (decimal): -12421812 or 5010754. OLE color: 5010754.

HSL color Cylindrical-coordinate representation of color #42754C: hue angle of 131.76º 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 #42754C is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB6611776-
CMYK0.4400.350.54
HSL131.76º27.87%35.88%-
HSV(B)131.76º43.59%45.88%-
XYZ9.9114.49.1-
YUV97.08116.1105.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=25.48%
G=45.17%
B=29.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117760.4400.350.54131.7627.8735.88
Hex42754C2C02336841c24
Octal10216511454043662043444
Binary10000101110101100110010110001000111101101000010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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