#42774C

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

Shades of Killarney #42774C

Tints of Killarney #42774C

Color information

#42774C (or 0x42774C) is unknown color: approx Killarney. HEX triplet: 42, 77 and 4C. RGB value is (66,119,76). Sum of RGB (Red+Green+Blue) = 66+119+76=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #42774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42774C is #BD88B3. Grayscale: #626262. Windows color (decimal): -12421300 or 5011266. OLE color: 5011266.

HSL color Cylindrical-coordinate representation of color #42774C: hue angle of 131.32º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42774C is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB6611976-
CMYK0.4500.360.53
HSL131.32º28.65%36.27%-
HSV(B)131.32º44.54%46.67%-
XYZ10.1514.879.17-
YUV98.25115.44105-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=25.29%
G=45.59%
B=29.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119760.4500.360.53131.3228.6536.27
Hex42774C2D02435831d24
Octal10216711455044652033544
Binary10000101110111100110010110101001001101011000001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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