#478A4B

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

Shades of Killarney #478A4B

Tints of Killarney #478A4B

Color information

#478A4B (or 0x478A4B) is unknown color: approx Killarney. HEX triplet: 47, 8A and 4B. RGB value is (71,138,75). Sum of RGB (Red+Green+Blue) = 71+138+75=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #478A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478A4B is #B875B4. Grayscale: #6E6E6E. Windows color (decimal): -12088757 or 4950599. OLE color: 4950599.

HSL color Cylindrical-coordinate representation of color #478A4B: hue angle of 123.58º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478A4B is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB7113875-
CMYK0.4900.460.46
HSL123.58º32.06%40.98%-
HSV(B)123.58º48.55%54.12%-
XYZ12.9620.029.84-
YUV110.78107.899.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 48.59%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=25%
G=48.59%
B=26.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71138750.4900.460.46123.5832.0640.98
Hex478A4B3102E2E7c2029
Octal10721211361056561744051
Binary100011110001010100101111000101011101011101111100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478A4B; }

 p { color: rgb(71,138,75); }

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

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

 a { background-color: rgb(71,138,75); }

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

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

 span { border-color: rgb(71,138,75); }

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