#42754B

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

Shades of Killarney #42754B

Tints of Killarney #42754B

Color information

#42754B (or 0x42754B) is unknown color: approx Killarney. HEX triplet: 42, 75 and 4B. RGB value is (66,117,75). Sum of RGB (Red+Green+Blue) = 66+117+75=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #42754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42754B is #BD8AB4. Grayscale: #616161. Windows color (decimal): -12421813 or 4945218. OLE color: 4945218.

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

Color convert

RGB6611775-
CMYK0.4400.360.54
HSL130.59º27.87%35.88%-
HSV(B)130.59º43.59%45.88%-
XYZ9.8814.398.91-
YUV96.96115.6105.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=25.58%
G=45.35%
B=29.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117750.4400.360.54130.5927.8735.88
Hex42754B2C02436831c24
Octal10216511354044662033444
Binary10000101110101100101110110001001001101101000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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