#4A754E

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

Shades of Killarney #4A754E

Tints of Killarney #4A754E

Color information

#4A754E (or 0x4A754E) is unknown color: approx Killarney. HEX triplet: 4A, 75 and 4E. RGB value is (74,117,78). Sum of RGB (Red+Green+Blue) = 74+117+78=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #4A754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A754E is #B58AB1. Grayscale: #636363. Windows color (decimal): -11897522 or 5141834. OLE color: 5141834.

HSL color Cylindrical-coordinate representation of color #4A754E: hue angle of 125.58º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A754E is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB7411778-
CMYK0.3700.330.54
HSL125.58º22.51%37.45%-
HSV(B)125.58º36.75%45.88%-
XYZ10.5614.739.49-
YUV99.7115.75109.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=27.51%
G=43.49%
B=29.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74117780.3700.330.54125.5822.5137.45
Hex4A754E25021367e1725
Octal11216511645041661762745
Binary1001010111010110011101001010100001110110111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A754E; }

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

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

<style>
 a { background-color: #4A754E; }

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

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

<style>
 span { border-color: #4A754E; }

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

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