#51845A

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

Shades of Killarney #51845A

Tints of Killarney #51845A

Color information

#51845A (or 0x51845A) is unknown color: approx Killarney. HEX triplet: 51, 84 and 5A. RGB value is (81,132,90). Sum of RGB (Red+Green+Blue) = 81+132+90=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #51845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51845A is #AE7BA5. Grayscale: #707070. Windows color (decimal): -11434918 or 5932113. OLE color: 5932113.

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

Color convert

RGB8113290-
CMYK0.3900.320.48
HSL130.59º23.94%41.76%-
HSV(B)130.59º38.64%51.76%-
XYZ13.4918.9912.63-
YUV111.96115.6105.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=26.73%
G=43.56%
B=29.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81132900.3900.320.48130.5923.9441.76
Hex51845A270203083182a
Octal12120413247040602033052
Binary101000110000100101101010011101000001100001000001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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