#4A7748

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

Shades of Killarney #4A7748

Tints of Killarney #4A7748

Color information

#4A7748 (or 0x4A7748) is unknown color: approx Killarney. HEX triplet: 4A, 77 and 48. RGB value is (74,119,72). Sum of RGB (Red+Green+Blue) = 74+119+72=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7748 is #B588B7. Grayscale: #646464. Windows color (decimal): -11897016 or 4749130. OLE color: 4749130.

HSL color Cylindrical-coordinate representation of color #4A7748: hue angle of 117.45º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A7748 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB7411972-
CMYK0.3800.390.53
HSL117.45º24.61%37.45%-
HSV(B)117.45º39.5%46.67%-
XYZ10.5915.128.49-
YUV100.19112.09109.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=27.92%
G=44.91%
B=27.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74119720.3800.390.53117.4524.6137.45
Hex4A77482602735751925
Octal11216711046047651653145
Binary1001010111011110010001001100100111110101111010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,119,72); }

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

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

 a { background-color: rgb(74,119,72); }

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

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

 span { border-color: rgb(74,119,72); }

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