#477248

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

Shades of Killarney #477248

Tints of Killarney #477248

Color information

#477248 (or 0x477248) is unknown color: approx Killarney. HEX triplet: 47, 72 and 48. RGB value is (71,114,72). Sum of RGB (Red+Green+Blue) = 71+114+72=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #477248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477248 is #B88DB7. Grayscale: #606060. Windows color (decimal): -12094904 or 4747847. OLE color: 4747847.

HSL color Cylindrical-coordinate representation of color #477248: hue angle of 121.4º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #477248 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB7111472-
CMYK0.3800.370.55
HSL121.4º23.24%36.27%-
HSV(B)121.4º37.72%44.71%-
XYZ9.7913.848.29-
YUV96.35114.25109.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=27.63%
G=44.36%
B=28.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114720.3800.370.55121.423.2436.27
Hex4772482602537791724
Octal10716211046045671712744
Binary1000111111001010010001001100100101110111111100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477248; }

 p { color: rgb(71,114,72); }

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

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

 a { background-color: rgb(71,114,72); }

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

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

 span { border-color: rgb(71,114,72); }

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