#54845A

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

Shades of Killarney #54845A

Tints of Killarney #54845A

Color information

#54845A (or 0x54845A) is unknown color: approx Killarney. HEX triplet: 54, 84 and 5A. RGB value is (84,132,90). Sum of RGB (Red+Green+Blue) = 84+132+90=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #54845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54845A is #AB7BA5. Grayscale: #707070. Windows color (decimal): -11238310 or 5932116. OLE color: 5932116.

HSL color Cylindrical-coordinate representation of color #54845A: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54845A is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB8413290-
CMYK0.3600.320.48
HSL127.5º22.22%42.35%-
HSV(B)127.5º36.36%51.76%-
XYZ13.7519.1312.64-
YUV112.86115.1107.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=27.45%
G=43.14%
B=29.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84132900.3600.320.48127.522.2242.35
Hex54845A24020307f162a
Octal12420413244040601772652
Binary10101001000010010110101001000100000110000111111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54845A; }

 p { color: rgb(84,132,90); }

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

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

 a { background-color: rgb(84,132,90); }

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

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

 span { border-color: rgb(84,132,90); }

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