#42754D

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

Shades of Killarney #42754D

Tints of Killarney #42754D

Color information

#42754D (or 0x42754D) is unknown color: approx Killarney. HEX triplet: 42, 75 and 4D. RGB value is (66,117,77). Sum of RGB (Red+Green+Blue) = 66+117+77=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #42754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42754D is #BD8AB2. Grayscale: #616161. Windows color (decimal): -12421811 or 5076290. OLE color: 5076290.

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

Color convert

RGB6611777-
CMYK0.4400.340.54
HSL132.94º27.87%35.88%-
HSV(B)132.94º43.59%45.88%-
XYZ9.9514.429.28-
YUV97.19116.6105.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=25.38%
G=45%
B=29.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117770.4400.340.54132.9427.8735.88
Hex42754D2C02236851c24
Octal10216511554042662053444
Binary10000101110101100110110110001000101101101000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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